diff --git a/scripts/fix-colorings.py b/scripts/fix-colorings.py index 8151fdc15..ced715b50 100644 --- a/scripts/fix-colorings.py +++ b/scripts/fix-colorings.py @@ -86,4 +86,4 @@ def recurse(node): adjust_coloring_for_epiweeks(input_json) with open(args.output, 'w') as f: - json.dump(input_json, f, indent=2) + json.dump(input_json, f, indent=0)