Skip to content

Commit

Permalink
internal/provider: gofmt -s
Browse files Browse the repository at this point in the history
  • Loading branch information
bflad committed Sep 1, 2022
1 parent f77143e commit c96fa42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/planmodifiers/attribute.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ func (r requiresReplaceIfValuesNotNullModifier) Modify(ctx context.Context, req
break
}

for stateKey, _ := range stateMap.Elems {
for stateKey := range stateMap.Elems {
_, ok := configMap.Elems[stateKey]

// If the key doesn't exist in the config, but there is a state
Expand Down

0 comments on commit c96fa42

Please sign in to comment.