Skip to content

Commit

Permalink
fix lint checks
Browse files Browse the repository at this point in the history
Signed-off-by: nitishfy <justnitish06@gmail.com>
  • Loading branch information
nitishfy committed Oct 3, 2024
1 parent abbcd79 commit 7e631da
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions cmd/main.go
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 7e631da

Please sign in to comment.