Skip to content

Commit db3edc5

Browse files
committed
formatting
1 parent eaad4f6 commit db3edc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ private void showPopup() {
234234
}
235235

236236
public static boolean isVisibleSplash() {
237-
if(singelton==null)
237+
if (singelton == null)
238238
return false;
239239
if (singelton.getPopupStage() == null)
240240
return false;

0 commit comments

Comments
 (0)