don't need to blow away the space here

This commit is contained in:
dmlb2000
2016-11-03 15:49:04 -07:00
parent d06a515ce1
commit c7ab197645

View File

@ -24,6 +24,7 @@ def _get_pretty_format(contents, indent, sort_keys=True, top_keys=[]):
indent=indent
) + "\n" # dumps don't end with a newline
def _autofix(filename, new_contents):
print("Fixing file {0}".format(filename))
with open(filename, 'w') as f: