Skip to content

Commit e5219ac

Browse files
committed
Missing closing parenthesis.
1 parent a9caf15 commit e5219ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/dev/lavalink/youtube/cipher/SignatureCipherManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public URI resolveFormatUrl(@NotNull HttpInterface httpInterface, @NotNull Strin
134134
String transformed = cipher.transform(nParameter, scriptEngine);
135135

136136
if (nParameter.equals(transformed)) {
137-
log.warn("Transformed n parameter is the same as input, n function possibly short-circuited (in: {}, out: {}, player script: {}, source version: {}",
137+
log.warn("Transformed n parameter is the same as input, n function possibly short-circuited (in: {}, out: {}, player script: {}, source version: {})",
138138
nParameter, transformed, playerScript, YoutubeSource.VERSION);
139139
}
140140

0 commit comments

Comments
 (0)