Skip to content

Commit

Permalink
Fix checkstyle errors
Browse files Browse the repository at this point in the history
  • Loading branch information
khushi833 committed Apr 14, 2024
1 parent 80bb3b0 commit 6dfde23
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ public AddItemCommand(Item item) {
requireNonNull(item);
toAdd = item;
}

@Override
public CommandResult execute(Model model) throws CommandException {
requireNonNull(model);
Expand Down

0 comments on commit 6dfde23

Please sign in to comment.