Skip to content
Snippets Groups Projects
Commit c6c4df22 authored by Greg Quinn's avatar Greg Quinn
Browse files

Fix indentation problem (thanks flake8!)

parent d7f36fdd
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,7 @@ def diff_crs(real_file, generated_file):
make_comparable(real, generated)
if real != generated:
diff = difflib.ndiff(pprint.pformat(real).splitlines(),
pprint.pformat(generated).splitlines())
pprint.pformat(generated).splitlines())
for line in diff:
print line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment