Skip to content

Commit

Permalink
chore: fix golangci-lint violations
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jan 10, 2025
1 parent 64ee1fe commit 6902c1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/commands/list/list.go
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
package list

import (
"github.com/fatih/color"
"github.com/urfave/cli/v2"
"slices"
"strings"

"github.com/fatih/color"
"github.com/urfave/cli/v2"

"github.com/ekristen/aws-nuke/v3/pkg/commands/global"
"github.com/ekristen/aws-nuke/v3/pkg/common"

Expand Down

0 comments on commit 6902c1f

Please sign in to comment.