Skip to content

Commit

Permalink
Merge pull request #166 from TayJiunYuan/jy-archi
Browse files Browse the repository at this point in the history
updated to help issue
  • Loading branch information
TayJiunYuan committed Apr 2, 2023
2 parents cc4035c + 1e7cfd2 commit 4a5d8f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/main/java/seedu/penus/logic/commands/HelpCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public CommandResult execute(ModelManager model) {
"\t\t\t\t\t\t\t\t\t 1 -> Biomedical Engineering\n" +
"\t\t\t\t\t\t\t\t\t 2 -> Chemical Engineering\n" +
"\t\t\t\t\t\t\t\t\t 3 -> Civil Engineering\n" +
"\t\t\t\t\t\t\t\t\t 4 -> Chemical Engineering\n" +
"\t\t\t\t\t\t\t\t\t 4 -> Computer Engineering\n" +
"\t\t\t\t\t\t\t\t\t 5 -> Electrical Engineering\n" +
"\t\t\t\t\t\t\t\t\t 6 -> Environmental Engineering\n" +
"\t\t\t\t\t\t\t\t\t 7 -> Industrial and Systems Engineering\n" +
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public void execute() {
+ "\t\t\t\t\t\t\t\t\t 1 -> Biomedical Engineering\n"
+ "\t\t\t\t\t\t\t\t\t 2 -> Chemical Engineering\n"
+ "\t\t\t\t\t\t\t\t\t 3 -> Civil Engineering\n"
+ "\t\t\t\t\t\t\t\t\t 4 -> Chemical Engineering\n"
+ "\t\t\t\t\t\t\t\t\t 4 -> Computer Engineering\n"
+ "\t\t\t\t\t\t\t\t\t 5 -> Electrical Engineering\n"
+ "\t\t\t\t\t\t\t\t\t 6 -> Environmental Engineering\n"
+ "\t\t\t\t\t\t\t\t\t 7 -> Industrial and Systems Engineering\n"
Expand Down
2 changes: 1 addition & 1 deletion text-ui-test/EXPECTED.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Enter command:
1 -> Biomedical Engineering
2 -> Chemical Engineering
3 -> Civil Engineering
4 -> Chemical Engineering
4 -> Computer Engineering
5 -> Electrical Engineering
6 -> Environmental Engineering
7 -> Industrial and Systems Engineering
Expand Down

0 comments on commit 4a5d8f2

Please sign in to comment.