Skip to content

Commit 6a7baab

Browse files
committed
refactor: Formatting
1 parent f782ee6 commit 6a7baab

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

cmd/main.go

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,12 @@ func main() {
179179
mgr,
180180
controller.Options{MaxConcurrentReconciles: namespacesyncOptions.Concurrency},
181181
); err != nil {
182-
setupLog.Error(err, "unable to create controller", "controller", "namespacesync.Reconciler")
182+
setupLog.Error(
183+
err,
184+
"unable to create controller",
185+
"controller",
186+
"namespacesync.Reconciler",
187+
)
183188
os.Exit(1)
184189
}
185190
}

0 commit comments

Comments
 (0)