Skip to content

Commit

Permalink
Resolve missing space for error message when adding new person
Browse files Browse the repository at this point in the history
  • Loading branch information
xGladiate committed Nov 1, 2024
1 parent 1c7e062 commit e3f856e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/logic/commands/AddCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class AddCommand extends Command {
+ PREFIX_NAME + "NAME "
+ PREFIX_PHONE + "PHONE "
+ PREFIX_EMAIL + "EMAIL "
+ PREFIX_ROLE + "ROLE"
+ PREFIX_ROLE + "ROLE "
+ PREFIX_ADDRESS + "ADDRESS "
+ "[" + PREFIX_TAG + "TAG]...\n"
+ "Example: " + COMMAND_WORD + " "
Expand Down

0 comments on commit e3f856e

Please sign in to comment.