remove extra newlines

pull/37368/head
Daniel Schmidt 7 months ago
parent 7bf6629ae7
commit 92db9b8805

@ -35,7 +35,6 @@ func TestConfigProviderTypes(t *testing.T) {
}
got = cfg.ProviderTypes()
want := []addrs.Provider{
addrs.NewDefaultProvider("aws"),
addrs.NewDefaultProvider("external"),

@ -40,9 +40,7 @@ type HookActionIdentity struct {
// If run as part of a plan / apply we also have the values below
// (if CLI triggered they are not applicable)
TriggeringResourceAddr addrs.AbsResourceInstance
TriggeringResourceAddr addrs.AbsResourceInstance
ActionTriggerBlockIndex int
ActionsListIndex int
}

@ -147,7 +147,6 @@ func (n *nodeActionApply) References() []*addrs.Reference {
// We reference each action instance that we are going to execute.
for _, invocation := range n.ActionInvocations {
// TODO: Think about how to get a source range
refs = append(refs, &addrs.Reference{
Subject: invocation.Addr.Action,
})

Loading…
Cancel
Save