Skip to content

Commit e7e04e8

Browse files
committed
Lint?
1 parent 74e35c7 commit e7e04e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/rds/instance.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2502,7 +2502,7 @@ func waitDBInstanceAvailableSDKv1(ctx context.Context, conn *rds.RDS, id string,
25022502
return nil, err
25032503
}
25042504

2505-
func waitDBInstanceAvailableSDKv2(ctx context.Context, conn *rds_sdkv2.Client, id string, timeout time.Duration, optFns ...tfresource.OptionsFunc) (*rds.DBInstance, error) {
2505+
func waitDBInstanceAvailableSDKv2(ctx context.Context, conn *rds_sdkv2.Client, id string, timeout time.Duration, optFns ...tfresource.OptionsFunc) (*rds.DBInstance, error) { //nolint:unparam
25062506
options := tfresource.Options{
25072507
PollInterval: 10 * time.Second,
25082508
Delay: 1 * time.Minute,

0 commit comments

Comments
 (0)