Skip to content

Commit

Permalink
style: apply google format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 28, 2023
1 parent 9b70667 commit 9c9564c
Show file tree
Hide file tree
Showing 7 changed files with 235 additions and 310 deletions.
4 changes: 1 addition & 3 deletions examples/reference/SpriteBroadcast.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ public SpriteBroadcast() {
Stage myStage = new ReceiveStage();
myStage.add(new BroadcastSprite());
myStage.add(new ReceiveSprite());
GifRecorder recorder = new GifRecorder(
"" + this.getClass().getName() + ".gif"
);
GifRecorder recorder = new GifRecorder("" + this.getClass().getName() + ".gif");
recorder.start();
while (myStage.getTimer().forMillis(3000)) {}
recorder.stop();
Expand Down
Loading

1 comment on commit 9c9564c

@vercel
Copy link

@vercel vercel bot commented on 9c9564c Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.