Remove excess whitespace

This commit is contained in:
Jamie Guthrie
2019-04-08 16:01:08 +01:00
committed by GitHub
parent 57a0358061
commit d3d0a560eb
+1 -1
View File
@@ -22,7 +22,7 @@ export function actionDisconnect(nodeId, newNodeId) {
var action = function(graph) {
var node = graph.entity(nodeId);
var connections = action.connections(graph);
connections.forEach(function(connection) {
var way = graph.entity(connection.wayID);
var newNode = osmNode({id: newNodeId, loc: node.loc, tags: node.tags});