diff client/src/components/map/contextbox/Contextbox.vue @ 1362:ca33ad696594

remove the first empyty lines * remove the first empyty line in the license hearders to client files
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 26 Nov 2018 11:42:47 +0100
parents 2738a6ae9ad8
children f7139b814a6c
line wrap: on
line diff
--- a/client/src/components/map/contextbox/Contextbox.vue	Mon Nov 26 11:11:13 2018 +0100
+++ b/client/src/components/map/contextbox/Contextbox.vue	Mon Nov 26 11:42:47 2018 +0100
@@ -1,17 +1,16 @@
 <template>
-    <div :class="style">
-        <div @click="close" class="ui-element close-contextbox text-muted">
-          <font-awesome-icon icon="times"></font-awesome-icon>
-        </div>
-        <Bottlenecks v-if="contextBoxContent === 'bottlenecks'"></Bottlenecks>
-        <Importsounding v-if="contextBoxContent === 'imports'"></Importsounding>
-        <Staging v-if="contextBoxContent === 'staging'"></Staging>
+  <div :class="style">
+    <div @click="close" class="ui-element close-contextbox text-muted">
+      <font-awesome-icon icon="times"></font-awesome-icon>
     </div>
+    <Bottlenecks v-if="contextBoxContent === 'bottlenecks'"></Bottlenecks>
+    <Importsounding v-if="contextBoxContent === 'imports'"></Importsounding>
+    <Staging v-if="contextBoxContent === 'staging'"></Staging>
+  </div>
 </template>
 
 <script>
-/*
- * This is Free Software under GNU Affero General Public License v >= 3.0
+/* This is Free Software under GNU Affero General Public License v >= 3.0
  * without warranty, see README.md and license for details.
  *
  * SPDX-License-Identifier: AGPL-3.0-or-later