Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Aug 25, 2023
1 parent 891d80a commit 441743b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public byte[] transform(
}

private static byte[] isLoadedClassWhitelisted(String className, byte[] classfileBuffer) {
if (RuntimeClass.isProxyClass(classfileBuffer) || RuntimeClass.isSynthetic(classfileBuffer)) {
if (RuntimeClass.isProxyClass(classfileBuffer) || RuntimeClass.isSynthetic(classfileBuffer)) {
return classfileBuffer;
}

Expand Down

0 comments on commit 441743b

Please sign in to comment.