Skip to content

Commit

Permalink
Fix spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
blacelle committed Nov 19, 2024
1 parent 2961401 commit 017c599
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ public static synchronized Optional<Object> getJvmVirtualMachine() {
public static synchronized List<?> getJvmVirtualMachines() {
final Optional<? extends Class<?>> virtualMachineClass = findVirtualMachineClass();

if (!virtualMachineClass.isPresent()) {
if (virtualMachineClass.isEmpty()) {
return Collections.emptyList();
}

Expand Down

0 comments on commit 017c599

Please sign in to comment.