Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
yisiox committed Feb 18, 2024
1 parent 0024bba commit 6adb358
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/main/java/earl/gui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ public class MainWindow extends AnchorPane {
private Image earlImage = new Image(
this.getClass().getResourceAsStream("/images/Coronet.png"));

/** Configures the ability scroll correctly. */
@FXML
public void initialize() {
dialogContainer.heightProperty().addListener((observable) ->
Expand Down
2 changes: 1 addition & 1 deletion src/test/java/earl/logic/FindHandlerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ void tearDown() {
testingOut.reset();
System.setOut(originalOut);
}
}
}
2 changes: 1 addition & 1 deletion src/test/java/earl/logic/HelpHandlerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ void tearDown() {
testingOut.reset();
System.setOut(originalOut);
}
}
}
2 changes: 1 addition & 1 deletion src/test/java/earl/logic/ListHandlerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ void tearDown() {
testingOut.reset();
System.setOut(originalOut);
}
}
}

0 comments on commit 6adb358

Please sign in to comment.