diff --git a/src/main/java/seedu/address/commons/core/Messages.java b/src/main/java/seedu/address/commons/core/Messages.java index cfe4912cd38..b7b000a71be 100644 --- a/src/main/java/seedu/address/commons/core/Messages.java +++ b/src/main/java/seedu/address/commons/core/Messages.java @@ -55,8 +55,8 @@ public class Messages { public static final String MESSAGE_EMPTY_MODULE = "No module is provided"; public static final String MESSAGE_ARCHIVE_FILE_ALREADY_EXIST = "File already exist. If you want to " + "overwrite this file, insert /overwrite true in the command"; - public static final String MESSAGE_FILE_DOES_NOT_EXIST = "Either the file does not exist, or it was corrupted/ of" + - " a wrong format"; + public static final String MESSAGE_FILE_DOES_NOT_EXIST = "Either the file does not exist, or it was corrupted/ of" + + " a wrong format"; public static final String MESSAGE_MODULE_ALREADY_EXIST_IN_TRACKER = "%1$s already exist in tracker. If you want " + "to overwrite data in this module, insert /overwrite true in the command"; public static final String MESSAGE_MODULE_DOES_NOT_EXIST_IN_ARCHIVE = "%1$s not found in this file";