Skip to content

Commit

Permalink
Missing closing parenthesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
devoxin committed Dec 10, 2024
1 parent a9caf15 commit e5219ac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public URI resolveFormatUrl(@NotNull HttpInterface httpInterface, @NotNull Strin
String transformed = cipher.transform(nParameter, scriptEngine);

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

Expand Down

0 comments on commit e5219ac

Please sign in to comment.