Add missing semicolon at the end of fontMetricsData
This commit is contained in:
parent
8cd71830c2
commit
236b7925f1
|
@ -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}
|
||||
}}
|
||||
}};
|
||||
|
|
Loading…
Reference in New Issue
Block a user