Skip to content

Commit 5deba8e

Browse files
author
github-actions
committed
style: apply google format
1 parent a2b6a16 commit 5deba8e

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

examples/java/DonutIO/Background.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,4 @@ public void run() {
1010
this.setX(-WorldStage.CAM.getX() % 20);
1111
this.setY(-WorldStage.CAM.getY() % 20);
1212
}
13-
1413
}

examples/java/DonutIO/PlayerDonut.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,5 @@ public void run() {
1010
this.setMapPosition(this.mapPosition.add(v).multiply(this.speed));
1111

1212
super.run();
13-
1413
}
1514
}

src/org/openpatch/scratch/extensions/text/Text.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public float getWidth() {
240240

241241
public void setWidth(double width) {
242242
this.width = (float) width;
243-
}
243+
}
244244

245245
public void setAlign(int align) {
246246
this.textAlign = align;

0 commit comments

Comments
 (0)