Skip to content

Commit

Permalink
fixed checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Krit-K committed Nov 8, 2019
1 parent 0fd19bd commit 53a25e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/seedu/address/logic/commands/ListCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ public class ListCommand extends Command {

public static final String MESSAGE_SUCCESS = "Returned all the Task's / Driver's / Customer's list "
+ "to its original view.";



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

0 comments on commit 53a25e2

Please sign in to comment.