Skip to content

Commit

Permalink
Fix files for checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
gongg21 committed Nov 14, 2023
1 parent 5dd3270 commit 3f5f31f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public void parse_validIndex_returnsDeleteCourseCommand() {

@Test
public void parse_invalidIndex_throwsParseException() {
assertParseFailure(parser, "a", String.format(MESSAGE_INVALID_COMMAND_FORMAT, DeleteCourseCommand.MESSAGE_USAGE));
assertParseFailure(parser, "a", String.format(MESSAGE_INVALID_COMMAND_FORMAT,
DeleteCourseCommand.MESSAGE_USAGE));
}
}

0 comments on commit 3f5f31f

Please sign in to comment.