diff client/src/components/map/Maplayer.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 e4e35fb2d995
children 553aadd97087
line wrap: on
line diff
--- a/client/src/components/map/Maplayer.vue	Mon Nov 26 11:11:13 2018 +0100
+++ b/client/src/components/map/Maplayer.vue	Mon Nov 26 11:42:47 2018 +0100
@@ -1,5 +1,5 @@
 <template>
-    <div id="map" :class="mapStyle"></div>
+  <div id="map" :class="mapStyle"></div>
 </template>
 
 <style lang="sass" scoped>
@@ -16,21 +16,20 @@
   .mapfull
     width: 2000px
     height: 2828px
-    
+
   .mapsplit
     width: 2000px
     height: 2828px
 </style>
 
 <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
  * License-Filename: LICENSES/AGPL-3.0.txt
  *
- * Copyright (C) 2018 by via donau 
+ * Copyright (C) 2018 by via donau
  *   – Österreichische Wasserstraßen-Gesellschaft mbH
  * Software engineering by Intevation GmbH
  *