From: Anton Khorev Date: Wed, 5 Oct 2022 20:15:34 +0000 (+0300) Subject: Remove whitespace eslint complaining about X-Git-Tag: live~1909^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/6d5ba4651a56bf09157fd5be2b904f471ebbc0e7 Remove whitespace eslint complaining about --- diff --git a/app/assets/javascripts/leaflet.map.js b/app/assets/javascripts/leaflet.map.js index 75396fd73..b2d4abcb7 100644 --- a/app/assets/javascripts/leaflet.map.js +++ b/app/assets/javascripts/leaflet.map.js @@ -258,15 +258,15 @@ L.OSM.Map = L.Map.extend({ this._object = object; this._objectLayer = L.featureGroup().addTo(this); - + L.circleMarker(object.latLng, haloStyle).addTo(this._objectLayer); - + L.marker(object.latLng, { icon: object.icon, opacity: 1, interactive: true }).addTo(this._objectLayer); - + if (callback) callback(this._objectLayer.getBounds()); } else { // element or changeset handled by L.OSM.DataLayer var map = this;