We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d6bc0 commit 604c32dCopy full SHA for 604c32d
examples/java/DonutIO/Game.java
@@ -14,7 +14,7 @@ public Game() {
14
}
15
16
public static void main(String[] args) {
17
- Text.FONT_SIZES = new int[] { 32, 48 };
+ Text.FONT_SIZES = new int[] {32, 48};
18
new Game();
19
20
examples/java/Shakespeare/Shakespeare.java
@@ -67,7 +67,7 @@ public void run() {
67
68
69
70
- Text.FONT_SIZES = new int[] { 14, 20 };
+ Text.FONT_SIZES = new int[] {14, 20};
71
new Shakespeare();
72
73
0 commit comments