diff client/src/components/map/layers/Layers.vue @ 1480:9b81ac91a43e

fix: linting
author Thomas Junk <thomas.junk@intevation.de>
date Tue, 04 Dec 2018 10:02:31 +0100
parents acb71a982837
children
line wrap: on
line diff
--- a/client/src/components/map/layers/Layers.vue	Tue Dec 04 09:56:11 2018 +0100
+++ b/client/src/components/map/layers/Layers.vue	Tue Dec 04 10:02:31 2018 +0100
@@ -1,8 +1,14 @@
 <template>
-  <div :class="['box ui-element rounded bg-white text-nowrap', { expanded: showLayers }]">
+  <div
+    :class="[
+      'box ui-element rounded bg-white text-nowrap',
+      { expanded: showLayers }
+    ]"
+  >
     <div style="width: 20rem">
       <h6 class="mb-0 py-2 px-3 border-bottom d-flex align-items-center">
-        <font-awesome-icon icon="layer-group" class="mr-2"></font-awesome-icon><translate>Layers</translate>
+        <font-awesome-icon icon="layer-group" class="mr-2"></font-awesome-icon
+        ><translate>Layers</translate>
         <font-awesome-icon
           icon="times"
           class="ml-auto text-muted"