[feaLib] Fix double indentation of subtable
Similar to 05329ed033ae0aa2451272a39ada9aad9f1f5ed7.
This commit is contained in:
parent
1a0aec4c56
commit
cbd0995224
@ -1090,7 +1090,7 @@ class SubtableStatement(Statement):
|
||||
builder.add_subtable_break(self.location)
|
||||
|
||||
def asFea(self, indent=""):
|
||||
return indent + "subtable;"
|
||||
return "subtable;"
|
||||
|
||||
|
||||
class ValueRecord(Expression):
|
||||
|
Loading…
x
Reference in New Issue
Block a user