Skip to content

Commit

Permalink
Fixed identation
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitt authored May 12, 2022
1 parent 2e3fb36 commit 7583967
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/controller/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ func main2() error {
namespace := v1.NamespaceAll
if !*namespaceAll {
namespace = myNamespace()
log.Printf("Starting informer for namespace: %s\n", namespace)
log.Printf("Starting informer for namespace: %s\n", namespace)
}

var tweakopts func(*metav1.ListOptions) = nil
Expand Down Expand Up @@ -247,7 +247,7 @@ func main2() error {
for _, ns := range namespaces {
inf = ssinformers.NewFilteredSharedInformerFactory(ssclientset, 0, ns, tweakopts)
ctlr = NewController(clientset, ssclientset, inf, keyRegistry)
ctlr.oldGCBehavior = *oldGCBehavior
ctlr.oldGCBehavior = *oldGCBehavior
ctlr.updateStatus = *updateStatus
log.Printf("Starting new informer for namespace: %s\n", ns)
go ctlr.Run(stop)
Expand Down

0 comments on commit 7583967

Please sign in to comment.