Skip to content

Commit

Permalink
Merge branch 'branch-A-CodingStandard'
Browse files Browse the repository at this point in the history
eezj35 committed Aug 26, 2021
2 parents 0cbff2b + d5b631a commit ba2679d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/duke/StorageList.java
Original file line number Diff line number Diff line change
@@ -15,8 +15,6 @@ public class StorageList {
private File file;
private Ui ui = new Ui();

public StorageList() {};

public StorageList(File file) throws FileNotFoundException {
this.file = file;
readFile(new Scanner(file));

0 comments on commit ba2679d

Please sign in to comment.