Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 4b41b34

Browse files
committed
Reformat
1 parent b40bcb2 commit 4b41b34

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

development/production/.idea/workspace.xml

Lines changed: 4 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

development/production/stickjumper/src/com/stickjumper/utils/SoundManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public static void playSound(AudioInputStream inputStream) {
4343
}).start();
4444
}
4545

46-
/*
46+
/*
4747
public static void playSound(final String url) {
4848
new Thread(() -> {
4949
try {

0 commit comments

Comments
 (0)