Skip to content

Commit

Permalink
Google Java Format
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Feb 3, 2025
1 parent 44f6485 commit 2e1e56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/openpatch/scratch/Window.java
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ public void setStage(Stage stage) {
/**
* Transitions to a new stage with a specified duration.
*
* @param stage the new stage to transition to
* @param stage the new stage to transition to
* @param duration the duration of the transition in milliseconds
*/
public void transitionToStage(Stage stage, int duration) {
Expand Down

0 comments on commit 2e1e56a

Please sign in to comment.