Skip to content

Commit 0a4d9dd

Browse files
chore: move argument to a new line
1 parent 9bef7f9 commit 0a4d9dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/operator/starter.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ func RunOperator(ctx context.Context, cc *controllercmd.ControllerContext) error
5959
return err
6060
}
6161

62-
kubeInformersForNamespaces := v1helpers.NewKubeInformersForNamespaces(kubeClient,
62+
kubeInformersForNamespaces := v1helpers.NewKubeInformersForNamespaces(
63+
kubeClient,
6364
"",
6465
operatorclient.OperatorNamespace,
6566
)

0 commit comments

Comments
 (0)