Skip to content

Commit f39810c

Browse files
committed
update tools
1 parent f6a71be commit f39810c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/update_intended_for.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def main():
8282
if not DRY_RUN:
8383
with open(json_path, "w") as f:
8484
content["IntendedFor"] = intended_for
85-
json.dump(content, f, indent=4)
85+
json.dump(content, f, indent=1)
8686

8787

8888
if __name__ == "__main__":

0 commit comments

Comments
 (0)