diff --git a/src/file/paragraph/run/properties.ts b/src/file/paragraph/run/properties.ts index 73a628d4f2..25e63a0cc7 100644 --- a/src/file/paragraph/run/properties.ts +++ b/src/file/paragraph/run/properties.ts @@ -319,8 +319,6 @@ export class RunProperties extends IgnoreIfEmptyXmlComponent { if (options.math) { this.push(new OnOffElement("w:oMath", options.math)); } - - } public push(item: XmlComponent): void {