Run go fmt

This commit is contained in:
Mutahhir Hayat 2026-02-16 12:51:37 +01:00 committed by Daniel Schmidt
parent 05eeff8fbb
commit 9b056eb286

View file

@ -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
}