1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Styling: spacing

This commit is contained in:
Michael DeHaan 2013-06-30 18:51:00 -04:00
parent ea2a665981
commit 0b251d840b

View file

@ -317,7 +317,7 @@ def main():
elif group_id:
grp_details = ec2.get_all_security_groups(group_ids=group_id)
grp_item = grp_details[0]
group_name = [grp_item.name ]
group_name = [grp_item.name]
except boto.exception.NoAuthHandlerFound, e:
module.fail_json(msg = str(e))