Skip to content

Commit f5144db

Browse files
committed
linting
Signed-off-by: garyschulte <garyschulte@gmail.com>
1 parent 158f672 commit f5144db

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

besu/src/main/java/org/hyperledger/besu/cli/config/NativeRequirement.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,7 @@ public interface NativeRequirement {
3535
*/
3636
record NativeRequirementResult(Boolean present, String libname, Optional<String> errorMessage) {}
3737

38-
39-
/**
40-
* Ethereum mainnet-like performance requirements:
41-
*/
38+
/** Ethereum mainnet-like performance requirements: */
4239
Supplier<List<NativeRequirementResult>> MAINNET =
4340
() -> {
4441
List<NativeRequirementResult> requirements = new ArrayList<>();

0 commit comments

Comments
 (0)