Skip to content

Commit

Permalink
Fix codestyle
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelinwemhoener committed Oct 13, 2023
1 parent adf0164 commit 2af223b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/java/seedu/duke/Storage.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

import java.io.File;
import java.io.FileNotFoundException;
import java.io.FileWriter;
import java.util.Scanner;

/**
Expand Down
1 change: 0 additions & 1 deletion src/test/java/seedu/duke/DukeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import org.junit.jupiter.api.Test;
import seedu.duke.flashcard.FlashcardComponent;
import seedu.duke.flashcard.command.UnknownCommand;

import java.util.ArrayList;

Expand Down

0 comments on commit 2af223b

Please sign in to comment.