Skip to content

Commit

Permalink
Fix golangci-lint 'nolintlint'.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 16, 2024
1 parent 2837bc2 commit 855362e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/service/resourceexplorer2/index.go
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ func waitIndexUpdated(ctx context.Context, conn *resourceexplorer2.Client, timeo
return nil, err
}

func waitIndexDeleted(ctx context.Context, conn *resourceexplorer2.Client, timeout time.Duration) (*resourceexplorer2.GetIndexOutput, error) { //nolint:unparam
func waitIndexDeleted(ctx context.Context, conn *resourceexplorer2.Client, timeout time.Duration) (*resourceexplorer2.GetIndexOutput, error) {
stateConf := &retry.StateChangeConf{
Pending: enum.Slice(awstypes.IndexStateDeleting),
Target: []string{},
Expand Down

0 comments on commit 855362e

Please sign in to comment.