Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Aug 13, 2024
1 parent d1717e2 commit b67eb1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/src/test/java/EulerTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ void eulerTestProblem(Class<?> problemClass, boolean isSlow, Object expected) th

public static boolean isSemeru() {
return System.getProperty("java.runtime.name", "").contains("Semeru")
|| System.getProperty("java.vm.vendor", "").contains("IBM");
|| System.getProperty("java.vm.vendor", "").contains("IBM");
}
}

0 comments on commit b67eb1d

Please sign in to comment.