changeset 2997:707e1bc24d93

yarn lint --fix
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 10 Apr 2019 15:22:35 +0200
parents 888a3454c3ae
children adc8e9ccf706
files client/src/store/map.js
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/store/map.js	Wed Apr 10 15:17:06 2019 +0200
+++ b/client/src/store/map.js	Wed Apr 10 15:22:35 2019 +0200
@@ -105,7 +105,7 @@
     color: "rgba(255, 0, 0, 1)",
     width: 4
   })
-})
+});
 
 const circleBlue = new Style({
   image: new Circle({
@@ -207,7 +207,7 @@
   } else {
     return [];
   }
-}
+};
 const gaugeStyle = (feature, resolution, isLegend) => {
   return [
     new Style({
@@ -239,8 +239,6 @@
   ];
 };
 
-
-
 // initial state
 const init = () => {
   return {