Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
zoebelle-pang committed Apr 4, 2024
1 parent 427b7aa commit 4d63bbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/MainWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ private CommandResult executeCommand(String commandText) throws CommandException
throw e;
}
}
}
}
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/ui/NoteWindow.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,4 @@ public void hide() {
public void focus() {
getRoot().requestFocus();
}
}
}

0 comments on commit 4d63bbc

Please sign in to comment.