From 3d24736b8f588a58cdefb55e2f5b70a65affa185 Mon Sep 17 00:00:00 2001 From: Milos Brzakovic Date: Thu, 5 Aug 2021 17:36:48 +0200 Subject: [PATCH] trailing spaces --- modules/osm/node.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/osm/node.js b/modules/osm/node.js index 92bde1f32..03f7f8648 100644 --- a/modules/osm/node.js +++ b/modules/osm/node.js @@ -142,8 +142,8 @@ Object.assign(osmNode.prototype, { }, isCrossing: function(){ - return this.tags.highway === 'crossing' || - this.tags.railway && this.tags.railway.indexOf('crossing') !== -1; + return this.tags.highway === 'crossing' || + this.tags.railway && this.tags.railway.indexOf('crossing') !== -1; }, isEndpoint: function(resolver) {