Skip to content

Commit 13204fd

Browse files
committed
run mvn spotless
1 parent 18b0bf4 commit 13204fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/src/main/java/io/kubernetes/client/util/Threads.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public class Threads {
2020
private static ThreadFactory defaultFactory = Executors.defaultThreadFactory();
2121
// Users can inject their own thread
22-
public static void setDefaultThreadFactory(ThreadFactory factory){
22+
public static void setDefaultThreadFactory(ThreadFactory factory) {
2323
defaultFactory = factory;
2424
}
2525

0 commit comments

Comments
 (0)