Skip to content

Commit fcdedc2

Browse files
committed
Fix linting error
1 parent a47587b commit fcdedc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/provider/resource_tfe_project_settings.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ func (m overwriteExecutionModeIfSpecified) PlanModifyList(ctx context.Context, r
193193
state.Overwrites.ElementsAs(ctx, &overwritesState, true)
194194

195195
if !state.Overwrites.IsNull() {
196-
197196
// if an execution mode is configured, ensure that the overwrites are set to true
198197
if !configured.DefaultExecutionMode.IsNull() {
199198
overwritesState[0].DefaultAgentPoolID = types.BoolValue(true)

0 commit comments

Comments
 (0)