From ed709b07e2e85996a8aeed8e2c94c9d45e5dcdda Mon Sep 17 00:00:00 2001 From: Konloch Date: Wed, 21 Jul 2021 07:28:37 -0700 Subject: [PATCH] Code Cleanup --- .../the/bytecode/club/bytecodeviewer/util/VersionChecker.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/util/VersionChecker.java b/src/main/java/the/bytecode/club/bytecodeviewer/util/VersionChecker.java index eda49bc7..1d185727 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/util/VersionChecker.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/util/VersionChecker.java @@ -73,7 +73,8 @@ public class VersionChecker implements Runnable if (Desktop.isDesktopSupported()) Desktop.getDesktop().browse(new URI("https://github.com/Konloch/bytecode-viewer/releases")); else - BytecodeViewer.showMessage("Cannot open the page, please manually type it." + nl + "https://github.com/Konloch/bytecode-viewer/releases"); + BytecodeViewer.showMessage("Cannot open the page, please manually type it." + + nl + "https://github.com/Konloch/bytecode-viewer/releases"); } else if (result == 1) {