mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-07 04:08:43 +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");
|
||||
|
@@ -1748,4 +1748,4 @@ module.exports = {
|
||||
"2018": {"depth": 0.0, "height": 0.61111, "italic": 0.0, "skew": 0.0},
|
||||
"2019": {"depth": 0.0, "height": 0.61111, "italic": 0.0, "skew": 0.0},
|
||||
"8242": {"depth": 0.0, "height": 0.61111, "italic": 0.0, "skew": 0.0}
|
||||
}}
|
||||
}};
|
||||
|
Reference in New Issue
Block a user