Skip to content

Commit

Permalink
fix(lint): golangci-lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Jan 13, 2024
1 parent 8f6f401 commit 974e5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/nuke/nuke.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ package nuke

import (
"fmt"
"github.com/mitchellh/hashstructure/v2"
"io"
"slices"
"time"

"github.com/mitchellh/hashstructure/v2"
"github.com/sirupsen/logrus"

"github.com/ekristen/libnuke/pkg/featureflag"
Expand Down

0 comments on commit 974e5f0

Please sign in to comment.