diff --git a/src/main/java/me/mtk/torrey/Torrey.java b/src/main/java/me/mtk/torrey/Torrey.java index d9d4262..3ceebf2 100644 --- a/src/main/java/me/mtk/torrey/Torrey.java +++ b/src/main/java/me/mtk/torrey/Torrey.java @@ -120,8 +120,7 @@ public void showVersionInfo() { System.out.format("torreyc %s\n", SEMANTIC_VERSION); System.out.println("The Compiler for the Torrey Programming Language"); - System.out.println("https://github.com/MatthewKosloski/torrey/"); - System.out.println(); + System.out.println("https://github.com/MatthewKosloski/torrey/\n"); System.out.println("The latest release of the software can be found at:"); System.out.println("https://github.com/MatthewKosloski/torrey/releases/latest"); System.exit(0);