Skip to content

Commit 608f47e

Browse files
committed
fixed trailing comma
1 parent 27ffe83 commit 608f47e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main/src/main/java/com/sedmelluq/discord/lavaplayer/source/soundcloud/SoundCloudAudioSourceManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public SoundCloudAudioSourceManager(
100100
SoundCloudDataReader dataReader,
101101
SoundCloudDataLoader dataLoader,
102102
SoundCloudFormatHandler formatHandler,
103-
SoundCloudPlaylistLoader playlistLoader,
103+
SoundCloudPlaylistLoader playlistLoader
104104
) {
105105
this(allowSearch, dataReader, dataLoader, formatHandler, playlistLoader, false);
106106
}

0 commit comments

Comments
 (0)