Skip to content

Commit 6409d65

Browse files
committed
formatting
1 parent 5c06a81 commit 6409d65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/neuronrobotics/bowlerstudio/SplashManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ private static void closeSplashLocal() {
2323
return;
2424
}
2525
if (closePreventer.getAsBoolean()) {
26-
Log.debug("Close prevented by "+closePreventer);
26+
Log.debug("Close prevented by " + closePreventer);
2727
return;
2828
}
2929
PsudoSplash.close();

0 commit comments

Comments
 (0)