Skip to content

Commit d3cb740

Browse files
author
github-actions
committed
Google Java Format
1 parent ec2a9ed commit d3cb740

File tree

6 files changed

+246
-360
lines changed

6 files changed

+246
-360
lines changed

examples/java/Tiled/Tiled.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static void main(String[] args) {
1818
Window.TEXTURE_SAMPLING_MODE = 2;
1919
Text.DEFAULT_FONT = "Tiled/assets/Retro Gaming.ttf";
2020
Text.DEFAULT_FONT_SIZE = 11;
21-
Text.FONT_SIZES = new int[] { 11 };
21+
Text.FONT_SIZES = new int[] {11};
2222
Text.SPEAK_BUBBLE_MAX_LIMIT = 200;
2323
Text.SMOOTHING = false;
2424

0 commit comments

Comments
 (0)