Fix indentation

This commit is contained in:
Jure Triglav 2013-01-10 16:21:18 +01:00
parent c2306e441f
commit b549ea68ee

2
ec2
View file

@ -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)