Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
formatting fix
  • Loading branch information
tremble committed May 5, 2023
1 parent f31b7c9 commit f0718f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/modules/cloudformation_stack_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -665,9 +665,9 @@ def main():
changed |= update_stack_set(module, stack_params, cfn)

await_stack_set_operation(
module, cfn, operation_id=stack_params['OperationId'],
stack_set_name=stack_params['StackSetName'],
max_wait=module.params.get('wait_timeout'),)
module, cfn, operation_id=stack_params["OperationId"],
stack_set_name=stack_params["StackSetName"],
max_wait=module.params.get("wait_timeout"),)

# now create/update any appropriate stack instances
new_stack_instances, existing_stack_instances, unspecified_stack_instances = compare_stack_instances(
Expand Down

0 comments on commit f0718f4

Please sign in to comment.