Skip to content

Commit f708cf3

Browse files
authored
remove whitespace in metadata.json
1 parent f2244d6 commit f708cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dash/development/component_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def generate_components(
138138
with open(
139139
os.path.join(project_shortname, "metadata.json"), "w", encoding="utf-8"
140140
) as f:
141-
json.dump(metadata, f, indent=2)
141+
json.dump(metadata, f, separators=(",", ":"))
142142

143143
generate_imports(project_shortname, components)
144144

0 commit comments

Comments
 (0)