Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
nixonwidjaja committed Sep 16, 2023
1 parent c814c0f commit f5abd5a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/main/java/duke/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.io.IOException;

import duke.storage.Storage;
import gui.MainWindow;
import javafx.application.Application;
import javafx.fxml.FXMLLoader;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/gui/DialogBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import java.io.IOException;
import java.util.Collections;

import duke.storage.Storage;
import javafx.collections.FXCollections;
import javafx.collections.ObservableList;
import javafx.fxml.FXML;
Expand Down
1 change: 0 additions & 1 deletion src/main/java/gui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import duke.Duke;
import duke.DukeException;
import duke.storage.Storage;
import javafx.fxml.FXML;
import javafx.scene.control.Button;
import javafx.scene.control.ScrollPane;
Expand Down

0 comments on commit f5abd5a

Please sign in to comment.