Skip to content

Commit 411e17f

Browse files
committed
Fix a lint
1 parent 0bf3ffe commit 411e17f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/services/rdb/instance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ func ResourceRdbInstanceCreate(ctx context.Context, d *schema.ResourceData, m in
337337
if err != nil {
338338
return diag.FromErr(err)
339339
}
340+
340341
var id string
341342

342343
if regionalSnapshotID, ok := d.GetOk("snapshot_id"); ok {

0 commit comments

Comments
 (0)