Skip to content

Commit

Permalink
Avoid inconsistent formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jul 10, 2023
1 parent 0a52de6 commit be16acd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ public Factory run() {
byte[].class)).onField("classFileTransformer").withAllArguments())
.make()
.load(WithDelegation.Substitutable.class.getClassLoader(),
ClassLoadingStrategy.Default.WRAPPER_PERSISTENT.with(WithDelegation.Substitutable.class.getProtectionDomain()))
ClassLoadingStrategy.Default.WRAPPER_PERSISTENT.with(WithDelegation.Substitutable.class.getProtectionDomain()))
.getLoaded()
.getDeclaredConstructor(ResettableClassFileTransformer.class));
} catch (Exception ignored) {
Expand Down

0 comments on commit be16acd

Please sign in to comment.