Fix indentation

pull/1853/head
Jure Triglav 12 years ago
parent 2ee05f0c96
commit 3f43ede70c

@ -181,7 +181,7 @@ def main():
d = {
'id': inst.id,
'public_ip': inst.ip_address,
'public_dns_name': inst.public_dns_name
'public_dns_name': inst.public_dns_name
}
instances.append(d)

Loading…
Cancel
Save