Skip to content

Commit e9549ed

Browse files
committed
formatting
1 parent 20e7d1f commit e9549ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_checks_name.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def test_check_name_family_and_style_max_length(check):
230230
# verify that "Cabin" length, plus 27 chars, exceeds limit of 31
231231
if name.nameID == NameID.TYPOGRAPHIC_FAMILY_NAME:
232232
assert len(ttFont["name"].names[index].string) + 27 > 31
233-
233+
234234
# find the first instance nameID from the STAT table, then make it long
235235
# and check for a FAIL
236236
for value in ttFont["STAT"].table.AxisValueArray.AxisValue:

0 commit comments

Comments
 (0)