Commit 3f43ede7 by Jure Triglav

Fix indentation

parent 2ee05f0c
...@@ -181,7 +181,7 @@ def main(): ...@@ -181,7 +181,7 @@ def main():
d = { d = {
'id': inst.id, 'id': inst.id,
'public_ip': inst.ip_address, 'public_ip': inst.ip_address,
'public_dns_name': inst.public_dns_name 'public_dns_name': inst.public_dns_name
} }
instances.append(d) instances.append(d)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment