Skip to content

Commit 7e631da

Browse files
committed
fix lint checks
Signed-off-by: nitishfy <[email protected]>
1 parent abbcd79 commit 7e631da

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cmd/main.go

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
package main
22

33
import (
4-
log "github.com/sirupsen/logrus"
5-
"go.uber.org/automaxprocs/maxprocs"
64
"os"
75
"path/filepath"
86

7+
8+
log "github.com/sirupsen/logrus"
9+
"go.uber.org/automaxprocs/maxprocs"
10+
911
"github.com/spf13/cobra"
1012

1113
appcontroller "github.com/argoproj/argo-cd/v2/cmd/argocd-application-controller/commands"

0 commit comments

Comments
 (0)