From 7e631da28db28e51726eddbd3bdd4ef37d14de1a Mon Sep 17 00:00:00 2001 From: nitishfy Date: Thu, 3 Oct 2024 13:45:02 +0530 Subject: [PATCH] fix lint checks Signed-off-by: nitishfy --- cmd/main.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/cmd/main.go b/cmd/main.go index 6bf278510db97..7ad318540074e 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -1,11 +1,13 @@ package main import ( - log "github.com/sirupsen/logrus" - "go.uber.org/automaxprocs/maxprocs" "os" "path/filepath" + + log "github.com/sirupsen/logrus" + "go.uber.org/automaxprocs/maxprocs" + "github.com/spf13/cobra" appcontroller "github.com/argoproj/argo-cd/v2/cmd/argocd-application-controller/commands"