Skip to content

Commit

Permalink
minor changes to coding standards
Browse files Browse the repository at this point in the history
  • Loading branch information
elvern18 committed Feb 17, 2023
1 parent 4e3b2dd commit 63c0936
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/main/java/gui/DialogBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ public static DialogBox getDukeDialog(String text, Image img) {
db.flip();
return db;
}
}
}
2 changes: 1 addition & 1 deletion src/main/java/gui/Launcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ public static void main(String[] args) {
Application.launch(Main.class, args);
}

}
}
2 changes: 1 addition & 1 deletion src/main/java/gui/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ public void start(Stage stage) {
e.printStackTrace();
}
}
}
}
2 changes: 1 addition & 1 deletion src/main/java/gui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ private void handleUserInput() {
System.exit(0);
}
}
}
}

0 comments on commit 63c0936

Please sign in to comment.