Skip to content

Commit

Permalink
[ignore] black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akinross authored and lhercot committed Sep 28, 2023
1 parent ca634e3 commit f57d32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/aci_rest.py
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ def main():
aci.proposed = json.loads(payload)
elif rest_type == "xml":
aci.proposed = payload

# Report success
aci.exit_json(**aci.result)

Expand Down

0 comments on commit f57d32a

Please sign in to comment.