Go formatting

pull/38245/head
Mutahhir Hayat 2 months ago committed by Daniel Schmidt
parent e074b103dd
commit 7e3d300670

@ -53,14 +53,14 @@ func (s ComponentInstanceStatus) ForProtobuf() stacks.StackChangeProgress_Compon
// ComponentInstanceChange is the argument type for hook callbacks which
// signal a set of planned or applied changes for a component instance.
type ComponentInstanceChange struct {
Addr stackaddrs.AbsComponentInstance
Add int
Change int
Import int
Remove int
Defer int
Move int
Forget int
Addr stackaddrs.AbsComponentInstance
Add int
Change int
Import int
Remove int
Defer int
Move int
Forget int
ActionInvocation int
}

@ -6474,9 +6474,9 @@ func TestPlanWithActionInvocationHooks(t *testing.T) {
InstanceAddrs: []stackaddrs.AbsComponentInstance{webComponentInstance},
},
},
PendingComponentInstancePlan: collections.NewSet(webComponentInstance),
BeginComponentInstancePlan: collections.NewSet(webComponentInstance),
EndComponentInstancePlan: collections.NewSet(webComponentInstance),
PendingComponentInstancePlan: collections.NewSet(webComponentInstance),
BeginComponentInstancePlan: collections.NewSet(webComponentInstance),
EndComponentInstancePlan: collections.NewSet(webComponentInstance),
ReportResourceInstanceStatus: []*hooks.ResourceInstanceStatusHookData{
{
Addr: testResourceObject,

Loading…
Cancel
Save