Skip to content

Commit 0f5c067

Browse files
committed
fix: format
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent 1607605 commit 0f5c067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/deployment/src/main/java/io/quarkiverse/operatorsdk/deployment/AddClusterRolesDecorator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ private static Set<PolicyRule> getClusterRolePolicyRulesFromDependentResources(Q
131131
// PATCH verb is also needed when using SSA to be able to add the finalizer when creating the resource
132132
// Here, we optimistically add PATCH method if the resource configuration states that SSA should be
133133
// used, despite this not being a correct/complete determination of whether the resource actually
134-
// uses SSA. This can only be determined by instantiating the dependent, which is why, if we can
134+
// uses SSA. This can only be determined by instantiating the dependent, which is why, if we can
135135
// instantiate it, we double-check the SSA status later on and remove the PATCH method if we can
136136
// actually determine that it's not needed
137137
final Object dependentResourceConfig = spec.getDependentResourceConfig();

0 commit comments

Comments
 (0)