Skip to content

Commit 56410e8

Browse files
committed
Revert whitespace change
Signed-off-by: Todd Short <[email protected]>
1 parent f607876 commit 56410e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/controller/operators/olm/operatorgroup.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@ func namespacesChanged(clusterNamespaces []string, statusNamespaces []string) bo
941941

942942
func (a *Operator) getOperatorGroupTargets(op *operatorsv1.OperatorGroup) (map[string]struct{}, error) {
943943
selector, err := metav1.LabelSelectorAsSelector(op.Spec.Selector)
944+
944945
if err != nil {
945946
return nil, err
946947
}

0 commit comments

Comments
 (0)