Skip to content

Commit f8d16c5

Browse files
committed
fmt
1 parent b22cee2 commit f8d16c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/provider/profiles_warehouse_resource.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ func (r *profilesWarehouseResource) Update(ctx context.Context, req resource.Upd
234234
// The Segment API fails if we send a schemaName that matches the current configuration,
235235
// even though it should be a no-op. This handles all cases:
236236
// 1. Both null/undefined: Equal() returns true, schemaName stays nil (not sent)
237-
// 2. Both have same value: Equal() returns true, schemaName stays nil (not sent)
237+
// 2. Both have same value: Equal() returns true, schemaName stays nil (not sent)
238238
// 3. One null, other has value: Equal() returns false, schemaName gets the plan value (sent)
239239
// 4. Both have different values: Equal() returns false, schemaName gets the plan value (sent)
240240
schemaName := determineSchemaNameForUpdate(plan.SchemaName, state.SchemaName)

0 commit comments

Comments
 (0)