trailing spaces

This commit is contained in:
Milos Brzakovic
2021-08-05 17:36:48 +02:00
parent 750b4e023f
commit 3d24736b8f
+2 -2
View File
@@ -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) {