Skip to content

Commit

Permalink
whitespace sanity fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble authored Apr 5, 2021
1 parent da59899 commit 64d3e72
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/modules/route53.py
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,6 @@ def main():
command = 'UPSERT'
else:
command = command_in.upper()

if 'AliasTarget' in resource_record_set and 'ResourceRecords' in resource_record_set:
del resource_record_set['ResourceRecords']

Expand Down

0 comments on commit 64d3e72

Please sign in to comment.