Skip to content

Commit 4b0a28e

Browse files
committed
format
Signed-off-by: Attila Mészáros <csviri@gmail.com>
1 parent ae109eb commit 4b0a28e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

operator-framework-core/src/main/java/io/javaoperatorsdk/operator/processing/dependent/kubernetes/KubernetesDependentResource.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,8 @@ private void configureWith(String labelSelector, Set<String> namespaces,
8484

8585
@SuppressWarnings("unchecked")
8686
private SecondaryToPrimaryMapper<R> getSecondaryToPrimaryMapper() {
87-
if (this instanceof SecondaryToPrimaryMapper && useNonOwnerRefBasedSecondaryToPrimaryMapping()) {
87+
if (this instanceof SecondaryToPrimaryMapper
88+
&& useNonOwnerRefBasedSecondaryToPrimaryMapping()) {
8889
return (SecondaryToPrimaryMapper<R>) this;
8990
} else if (garbageCollected) {
9091
return Mappers.fromOwnerReference();

0 commit comments

Comments
 (0)