Skip to content

Commit a6e687b

Browse files
authored
Update BuildingShapeUtils.js
1 parent 764f0ac commit a6e687b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extras/BuildingShapeUtils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class BuildingShapeUtils extends ShapeUtils {
178178
usedWays.add(wayID);
179179
const result = tryMakeRing([w]);
180180
if (result.length) {
181-
ring = this.joinAllWays(result)
181+
const ring = this.joinAllWays(result);
182182
closedWays.push(ring);
183183
}
184184
});

0 commit comments

Comments
 (0)