From 2a5977d980884113f998d7cf124d96fcafa26523 Mon Sep 17 00:00:00 2001 From: Konloch Date: Tue, 6 Jul 2021 19:42:04 -0700 Subject: [PATCH] Cleanup --- .../java/the/bytecode/club/bytecodeviewer/util/BootCheck.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main/java/the/bytecode/club/bytecodeviewer/util/BootCheck.java b/src/main/java/the/bytecode/club/bytecodeviewer/util/BootCheck.java index 07ed2917..81bc2233 100644 --- a/src/main/java/the/bytecode/club/bytecodeviewer/util/BootCheck.java +++ b/src/main/java/the/bytecode/club/bytecodeviewer/util/BootCheck.java @@ -77,8 +77,7 @@ public class BootCheck implements Runnable File f = new File(s); if (f.exists()) { - Boot.setState("Bytecode Viewer Boot Screen (OFFLINE MODE) - Force Loading Library " - + f.getName()); + Boot.setState("Bytecode Viewer Boot Screen (OFFLINE MODE) - Force Loading Library " + f.getName()); System.out.println("Force loading library " + f.getName()); try