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