mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
Run go fmt
This commit is contained in:
parent
05eeff8fbb
commit
9b056eb286
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ func FromPlan(ctx context.Context, config *configs.Config, plan *plans.Plan, ref
|
|||
// Handle deferred action invocations from the plan
|
||||
for _, deferredAction := range plan.DeferredActionInvocations {
|
||||
invocation := deferredAction.ActionInvocationInstanceSrc
|
||||
|
||||
|
||||
if invocation == nil {
|
||||
continue
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue