changeset 4527:63fceb662047

client: Fairwayprofile: (minor) remove empty lines
author Fadi Abbud <fadi.abbud@intevation.de>
date Mon, 07 Oct 2019 15:42:26 +0200
parents b3261790a9b2
children 0bad1dcdb044 3290d1b2c580
files client/src/components/fairway/Fairwayprofile.vue
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/client/src/components/fairway/Fairwayprofile.vue	Mon Oct 07 14:46:43 2019 +0200
+++ b/client/src/components/fairway/Fairwayprofile.vue	Mon Oct 07 15:42:26 2019 +0200
@@ -284,10 +284,8 @@
       let style = this.openLayersMap()
         .getLayer("FAIRWAYDIMENSIONSLOS" + los)
         .getStyle()()[0];
-
       // use spread operator to clone arrays
       let fillColor = style.getFill().getColor();
-
       let strokeColor = style.getStroke().getColor();
       let strokeDash = style.getStroke().getLineDash();
       return { fillColor, strokeColor, strokeDash };