mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 03:38:39 +00:00
Add missing semicolon at the end of fontMetricsData
This commit is contained in:
@@ -13,4 +13,4 @@ for font in sorted(data):
|
||||
sys.stdout.write(json.dumps(data[font][glyph], sort_keys=True))
|
||||
sep = ",\n "
|
||||
sep = "\n},\n"
|
||||
sys.stdout.write("\n}}\n");
|
||||
sys.stdout.write("\n}};\n");
|
||||
|
Reference in New Issue
Block a user