Skip to content

Commit bbcca09

Browse files
author
github-actions
committed
Google Java Format
1 parent c39fc4d commit bbcca09

File tree

6 files changed

+228
-313
lines changed

6 files changed

+228
-313
lines changed

examples/java/Tiled/World.java

+5-4
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,11 @@ public void loadMap(String mapFile) {
6262
}
6363
} else if ("enemy".equals(object.type)) {
6464
switch (object.name) {
65-
case "bamboo": {
66-
this.add(new Bamboo(object.x, object.y));
67-
break;
68-
}
65+
case "bamboo":
66+
{
67+
this.add(new Bamboo(object.x, object.y));
68+
break;
69+
}
6970
}
7071
}
7172
}

0 commit comments

Comments
 (0)