Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Jun 21, 2024
1 parent 8de57b2 commit aac47b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/io/papermc/asm/TestUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
public final class TestUtil {
private TestUtil() {
}

private static final ToolProvider JAVAP_PROVIDER = ToolProvider.findFirst("javap").orElseThrow(() -> new IllegalStateException("javap not found"));

public static RewriteRuleVisitorFactory testingVisitorFactory(final RewriteRule rewriteRule) {
Expand Down

0 comments on commit aac47b1

Please sign in to comment.