Skip to content

Commit

Permalink
Remove duplicate semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
ErdbeerbaerLP committed Jun 10, 2024
1 parent 9d96997 commit e9ca8d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class SponsorblockHandler {
private final Bot bot;
private final ArrayList<Long> guilds;
private static final HashMap<AudioTrack, Segment[]> segmentCache = new HashMap<>();;
private static final HashMap<AudioTrack, Segment[]> segmentCache = new HashMap<>();

public SponsorblockHandler(Bot bot) {
this.bot = bot;
Expand Down

0 comments on commit e9ca8d5

Please sign in to comment.