Skip to content

Commit d7b7603

Browse files
author
github-actions
committed
Google Java Format
1 parent 3c3a5f2 commit d7b7603

File tree

6 files changed

+362
-555
lines changed

6 files changed

+362
-555
lines changed

examples/java/Tiled/World.java

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,11 @@ public void loadMap(String mapFile) {
6363
}
6464
} else if ("enemy".equals(object.type)) {
6565
switch (object.name) {
66-
case "bamboo": {
67-
this.add(new Bamboo(object.x, object.y));
68-
break;
69-
}
66+
case "bamboo":
67+
{
68+
this.add(new Bamboo(object.x, object.y));
69+
break;
70+
}
7071
}
7172
}
7273
}

0 commit comments

Comments
 (0)