Skip to content

Commit

Permalink
chore(golangci-lint): fix goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Dec 13, 2024
1 parent c2864f5 commit a590066
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/sfn-state-machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package resources

import (
"context"
"github.com/ekristen/libnuke/pkg/types"
"time"

"github.com/aws/aws-sdk-go/aws"
"github.com/aws/aws-sdk-go/service/sfn"

"github.com/ekristen/libnuke/pkg/registry"
"github.com/ekristen/libnuke/pkg/resource"
"github.com/ekristen/libnuke/pkg/types"

"github.com/ekristen/aws-nuke/v3/pkg/nuke"
)
Expand Down

0 comments on commit a590066

Please sign in to comment.