Skip to content

Commit

Permalink
Fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusgambe committed Nov 2, 2023
1 parent 18d3144 commit ce027e2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ public class DeliveryListCommand extends DeliveryCommand {
public static final String COMMAND_WORD = DeliveryCommand.COMMAND_WORD + " " + "list";
public static final String MESSAGE_SUCCESS = "Listed all Deliveries";
public static final String MESSAGE_EMPTY = "There are currently no deliveries to be listed.";
public static final String MESSAGE_USAGE = COMMAND_WORD + ": Lists all deliveries or the deliveries filtered and " +
"sorted by the specified filters or sort.\n"
public static final String MESSAGE_USAGE = COMMAND_WORD + ": Lists all deliveries or the deliveries filtered and "
+ "sorted by the specified filters or sort.\n"
+ "Parameters: \n"
+ "Any of the fields can be specified.\n"
+ "[" + PREFIX_STATUS + " STATUS] "
Expand Down

0 comments on commit ce027e2

Please sign in to comment.