Add missing semicolon at the end of fontMetricsData

This commit is contained in:
Blai Pratdesaba 2015-08-06 09:17:42 +01:00
parent 8cd71830c2
commit 236b7925f1
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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}
}}
}};