Skip to content

Commit

Permalink
fixed some checkstyle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
tah5in committed Mar 3, 2024
1 parent 0696e64 commit 04323f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/dude/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ public class Launcher {
public static void main(String[] args) {
Application.launch(Main.class, args);
}
}
}
4 changes: 2 additions & 2 deletions src/main/java/dude/Main.java
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
package dude;

import java.io.IOException;

import javafx.application.Application;
import javafx.fxml.FXMLLoader;
import javafx.scene.Scene;
import javafx.scene.layout.AnchorPane;
import javafx.stage.Stage;

import java.io.IOException;

/**
* The Main class is used to boot up the GUI for the application.
*/
Expand Down

0 comments on commit 04323f7

Please sign in to comment.