Skip to content

Commit

Permalink
remove whitespace in metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcjohnson authored Oct 11, 2024
1 parent f2244d6 commit f708cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dash/development/component_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def generate_components(
with open(
os.path.join(project_shortname, "metadata.json"), "w", encoding="utf-8"
) as f:
json.dump(metadata, f, indent=2)
json.dump(metadata, f, separators=(",", ":"))

generate_imports(project_shortname, components)

Expand Down

0 comments on commit f708cf3

Please sign in to comment.