Skip to content

Commit 6469a55

Browse files
committed
format
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 2ace6d3 commit 6469a55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework/src/test/java/io/javaoperatorsdk/operator/baseapi/statuscache/internal/StatusPatchCacheIT.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class StatusPatchCacheIT {
1818
@RegisterExtension
1919
LocallyRunOperatorExtension extension =
2020
LocallyRunOperatorExtension.builder()
21-
.withConfigurationService(o->o.withParseResourceVersions(true))
21+
.withConfigurationService(o -> o.withParseResourceVersions(true))
2222
.withReconciler(StatusPatchCacheReconciler.class)
2323
.build();
2424

0 commit comments

Comments
 (0)