We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a71be commit f39810cCopy full SHA for f39810c
tools/update_intended_for.py
@@ -82,7 +82,7 @@ def main():
82
if not DRY_RUN:
83
with open(json_path, "w") as f:
84
content["IntendedFor"] = intended_for
85
- json.dump(content, f, indent=4)
+ json.dump(content, f, indent=1)
86
87
88
if __name__ == "__main__":
0 commit comments