[feaLib] Fix double indentation of subtable

Similar to 05329ed033ae0aa2451272a39ada9aad9f1f5ed7.
This commit is contained in:
Khaled Hosny 2019-02-19 17:36:11 +02:00
parent 1a0aec4c56
commit cbd0995224

View File

@ -1090,7 +1090,7 @@ class SubtableStatement(Statement):
builder.add_subtable_break(self.location) builder.add_subtable_break(self.location)
def asFea(self, indent=""): def asFea(self, indent=""):
return indent + "subtable;" return "subtable;"
class ValueRecord(Expression): class ValueRecord(Expression):