Skip to content

Commit 69719ac

Browse files
author
Rafal Mucha
committed
Issue-374 Apply spotless
1 parent 9bf48a6 commit 69719ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py4j-java/src/test/java/py4j/examples/ExampleClass.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ public int method12(HashSet<Object> set) {
179179
Object element = set.stream().findAny().get();
180180
if (element instanceof Long) {
181181
return 4;
182-
}
182+
}
183183
if (element instanceof Integer) {
184184
return 1;
185185
}

0 commit comments

Comments
 (0)