From 987dc591619e7c1b4cd557c06e21f6a68d607a4a Mon Sep 17 00:00:00 2001 From: woodenclock Date: Mon, 9 Oct 2023 18:02:33 +0800 Subject: [PATCH] Update BootUp.java --- src/main/java/seedu/wildwatch/operatingsystem/BootUp.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/seedu/wildwatch/operatingsystem/BootUp.java b/src/main/java/seedu/wildwatch/operatingsystem/BootUp.java index c52dcbc8c0..6e3fe264d2 100644 --- a/src/main/java/seedu/wildwatch/operatingsystem/BootUp.java +++ b/src/main/java/seedu/wildwatch/operatingsystem/BootUp.java @@ -17,4 +17,4 @@ public class BootUp { " \\ / / /_\\ \\ | | | | | __ | \n" + " \\ /\\ / / _____ \\ | | | `----.| | | | \n" + " \\__/ \\__/ /__/ \\__\\ |__| \\______||__| |__| "; -} \ No newline at end of file +}