From 9b056eb2864120da693e8fafd33f8075ebfc39aa Mon Sep 17 00:00:00 2001 From: Mutahhir Hayat Date: Mon, 16 Feb 2026 12:51:37 +0100 Subject: [PATCH] Run go fmt --- internal/stacks/stackplan/from_plan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/stacks/stackplan/from_plan.go b/internal/stacks/stackplan/from_plan.go index daa2c924b7..df80431416 100644 --- a/internal/stacks/stackplan/from_plan.go +++ b/internal/stacks/stackplan/from_plan.go @@ -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 }