Skip to content

Commit 5c3daec

Browse files
committed
format
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 4fa4fe6 commit 5c3daec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/api/reconciler/PrimaryUpdateAndCacheUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static <P extends HasMetadata> P patchAndCacheStatus(P primary, Context<P
5353
return patchAndCacheStatus(
5454
primary, context, () -> context.getClient().resource(primary).patchStatus());
5555
}
56-
56+
5757
/**
5858
* Makes sure that the up-to-date primary resource will be present during the next reconciliation.
5959
*

0 commit comments

Comments
 (0)