Skip to content

Commit

Permalink
checkstyle fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yeozongyao committed Mar 21, 2024
1 parent 3aa4aad commit 338b841
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/bookbuddy/BookList.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package seedu.bookbuddy;

import exceptions.InvalidBookIndexException;

import java.util.ArrayList;

Expand Down
1 change: 0 additions & 1 deletion src/test/java/seedu/bookbuddy/ParserTest.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package seedu.bookbuddy;

import exceptions.InvalidBookIndexException;
import exceptions.InvalidCommandArgumentException;
import exceptions.UnsupportedCommandException;
import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit 338b841

Please sign in to comment.