Fixed PEP8 error

This commit is contained in:
tengqm
2015-02-27 13:58:57 +08:00
parent 6b547f62a2
commit a300b9fe54

View File

@@ -35,7 +35,7 @@ exit = cliutils.exit
supported_formats = {
"json": lambda x: jsonutils.dumps(x, indent=2),
"yaml": lambda x: yaml.safe_dump(x, default_flow_style=False)
"yaml": lambda x: yaml.safe_dump(x, default_flow_style=False)
}