Skip to content

Commit

Permalink
Fix identation
Browse files Browse the repository at this point in the history
Signed-off-by: Lucas Thiesen <[email protected]>
  • Loading branch information
lucastt committed Oct 31, 2023
1 parent 0e34486 commit 90db201
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/fake/cf.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ func MockCSOutput(stackId string) *cloudformation.CreateStackOutput {

func (m *CFClient) UpdateStack(params *cloudformation.UpdateStackInput) (*cloudformation.UpdateStackOutput, error) {
// TODO: https://github.com/zalando-incubator/kube-ingress-aws-controller/issues/653
// Update stack needs to use different variable to register change history,
// so createStack and updateStack mocks don't mess with each other states.
// Update stack needs to use different variable to register change history,
// so createStack and updateStack mocks don't mess with each other states.

out, ok := m.Outputs.UpdateStack.response.(*cloudformation.UpdateStackOutput)
if !ok {
Expand Down

0 comments on commit 90db201

Please sign in to comment.