# HG changeset patch # User Fadi Abbud # Date 1570455746 -7200 # Node ID 63fceb662047ce1008bdee96911cbe4d622a190b # Parent b3261790a9b226911319ad1b573ef864130f0289 client: Fairwayprofile: (minor) remove empty lines diff -r b3261790a9b2 -r 63fceb662047 client/src/components/fairway/Fairwayprofile.vue --- 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 };