Skip to content

Commit 604c32d

Browse files
author
github-actions
committed
Google Java Format
1 parent 65d6bc0 commit 604c32d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/java/DonutIO/Game.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public Game() {
1414
}
1515

1616
public static void main(String[] args) {
17-
Text.FONT_SIZES = new int[] { 32, 48 };
17+
Text.FONT_SIZES = new int[] {32, 48};
1818
new Game();
1919
}
2020
}

examples/java/Shakespeare/Shakespeare.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void run() {
6767
}
6868

6969
public static void main(String[] args) {
70-
Text.FONT_SIZES = new int[] { 14, 20 };
70+
Text.FONT_SIZES = new int[] {14, 20};
7171
new Shakespeare();
7272
}
7373
}

0 commit comments

Comments
 (0)