Skip to content

Commit

Permalink
Update BuildingShapeUtils.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Beakerboy authored May 9, 2024
1 parent 63d8ba5 commit 665e2e2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/extras/BuildingShapeUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ class BuildingShapeUtils extends ShapeUtils {
for (let i = 0; i < ways.length; i++) {
if (BuildingShapeUtils.isClosed(ways[i])) {
output.push(ways[i]);
}
else {
} else {
}
}
}
Expand Down

0 comments on commit 665e2e2

Please sign in to comment.