Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker committed Jan 27, 2024
1 parent eaae5a6 commit 5dec3c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ public AnimationTimer() {
public void start() {
Utils.runOnFxThread(this::startOnFxThread);
}

@SuppressWarnings("removal")
private void startOnFxThread() {
if (!active) {
Expand Down

0 comments on commit 5dec3c7

Please sign in to comment.