Skip to content

Commit 76f1820

Browse files
committed
fix: format
1 parent 76160a7 commit 76f1820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-quarkus-extension/runtime/src/main/java/io/javaoperatorsdk/quarkus/extension/QuarkusControllerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public static Set<String> asSet(String[] namespaces) {
5555
? Collections.emptySet()
5656
: Set.of(namespaces);
5757
}
58-
58+
5959
@Override
6060
public String getName() {
6161
return name;

0 commit comments

Comments
 (0)