Skip to content

Commit

Permalink
Revert "Fix Incorrect spacing for Add Appointment command result (#71)"
Browse files Browse the repository at this point in the history
This reverts commit 31a4a2f.
  • Loading branch information
gycgabriel authored Oct 12, 2021
1 parent 31a4a2f commit 54ce81d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class AddAppointmentCommand extends Command {
public static final String MESSAGE_USAGE =
"appt"
+ COMMAND_WORD + ": Adds an appointment to the appointment book. " + "Parameters: " + PREFIX_NAME + "ID "
+ PREFIX_DATETIME + "DATETIME \n" + "Example: appt " + COMMAND_WORD + " " + PREFIX_NAME + "1 "
+ PREFIX_DATETIME + "DATETIME \n" + "Example: appt " + COMMAND_WORD + " " + PREFIX_NAME + "1"
+ PREFIX_DATETIME + "2021-12-31 1600";

public static final String MESSAGE_SUCCESS = "New appointment added: %1$s";
Expand Down

0 comments on commit 54ce81d

Please sign in to comment.