Skip to content

Commit

Permalink
Change .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixaurora committed Jul 11, 2024
1 parent e032cbb commit 2a7c458
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ trim_trailing_whitespace = false
indent_style = tab

[*.java]
indent_style = tab
indent_style = space

[*.json]
indent_style = space
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ public static synchronized void tick() {
}

public static synchronized void stop() {
KitTunes.LOGGER.info("Shutting down!");
for (Map.Entry<ListeningProgress, Pair<ResourcePath, Optional<Track>>> entry : PLAYING_TRACKS.entrySet()) {
handleTrackEnd(entry.getKey(), entry.getValue());
}
Expand Down

0 comments on commit 2a7c458

Please sign in to comment.