Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <[email protected]>
  • Loading branch information
crenshaw-dev committed Jan 14, 2025
1 parent 03a028a commit aefcb0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions util/log/logrus.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ package log

import (
"fmt"
"os"
"strings"

adapter "github.com/bombsimon/logrusr/v4"
"github.com/go-logr/logr"
"github.com/sirupsen/logrus"
"os"
"strings"

"github.com/argoproj/argo-cd/v3/common"
)
Expand Down

0 comments on commit aefcb0a

Please sign in to comment.