Remove unneeded linebreaks

This commit is contained in:
Táborszki Bálint
2024-04-30 16:51:55 +02:00
parent 064cee9921
commit d71203d2a6

View File

@ -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 {