Skip to content

Commit

Permalink
Merge pull request #296 from kyun99/master
Browse files Browse the repository at this point in the history
Final Commit
  • Loading branch information
kyun99 authored Nov 8, 2021
2 parents 437a6c1 + 5a70d18 commit c54c214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/duke/StonksXD.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public void run() {
dataManager.saveAll();
}
dataManager.setSettingsToReadOnly();
//ui.printBye();
ui.printBye();
}

private void terminateStonksXD() {
Expand Down

0 comments on commit c54c214

Please sign in to comment.