Skip to content

Commit b1c8b53

Browse files
committed
Linting fix
1 parent f794925 commit b1c8b53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/service/rds/cluster.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1187,7 +1187,6 @@ func resourceClusterCreate(ctx context.Context, d *schema.ResourceData, meta any
11871187
} else {
11881188
input.DatabaseInsightsMode = types.DatabaseInsightsMode(v.(string))
11891189
}
1190-
11911190
}
11921191

11931192
if v := d.Get(names.AttrDatabaseName); v.(string) != "" {

0 commit comments

Comments
 (0)