Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
danadi7 committed Sep 18, 2020
1 parent 7e192d5 commit 6a64b8e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/duke/ui/Ui.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ public String buildTaskList(ArrayList<Task> taskList) {
* Prints error message from failing to load save file.
*/
public void showLoadingError() {
System.out.println("Unable to load or find save file. " +
"Save file is either not found or corrupted. " +
"Initiating new instance.");
System.out.println("Unable to load or find save file. "
+ "Save file is either not found or corrupted. "
+ "Initiating new instance.");
}
}

0 comments on commit 6a64b8e

Please sign in to comment.