Skip to content

Commit 0b756ce

Browse files
committed
format
Signed-off-by: Attila Mészáros <[email protected]>
1 parent f3196e7 commit 0b756ce

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/concurrentfinalizerremoval/ConcurrentFinalizerRemovalIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class ConcurrentFinalizerRemovalIT {
2121
LocallyRunOperatorExtension extension =
2222
LocallyRunOperatorExtension.builder()
2323
// should work without a retry, thus not retry the whole reconciliation but to retry
24-
// finalizer removal only.
24+
// finalizer removal only.
2525
.withReconciler(
2626
new ConcurrentFinalizerRemovalReconciler1(),
2727
o ->

0 commit comments

Comments
 (0)