Skip to content

Commit 6902c1f

Browse files
committed
chore: fix golangci-lint violations
1 parent 64ee1fe commit 6902c1f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pkg/commands/list/list.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
package list
22

33
import (
4-
"github.com/fatih/color"
5-
"github.com/urfave/cli/v2"
64
"slices"
75
"strings"
86

7+
"github.com/fatih/color"
8+
"github.com/urfave/cli/v2"
9+
910
"github.com/ekristen/aws-nuke/v3/pkg/commands/global"
1011
"github.com/ekristen/aws-nuke/v3/pkg/common"
1112

0 commit comments

Comments
 (0)