Skip to content

Commit 3bc7abd

Browse files
committed
missing space 😡 😡 😡
1 parent c80f070 commit 3bc7abd

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/lol/hyper/customlauncher

1 file changed

+1
-1
lines changed

src/main/java/lol/hyper/customlauncher/Main.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static void main(String[] args) throws IOException, InterruptedException
124124
updates.append("You are running an outdated version! You are running ")
125125
.append(VERSION)
126126
.append(" currently.");
127-
updates.append("Would you like to update?\n\n");
127+
updates.append(" Would you like to update?\n\n");
128128
for (int i = behind - 1; i >= 0; i--) {
129129
String tag = api.getAllReleases().get(i).getTagVersion();
130130
updates.append("----------------------------------------\nVersion: ")

0 commit comments

Comments
 (0)