From d71203d2a60e5b8940833a41da88d4db73d81e99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=A1borszki=20B=C3=A1lint?= Date: Tue, 30 Apr 2024 16:51:55 +0200 Subject: [PATCH] Remove unneeded linebreaks --- src/file/paragraph/run/properties.ts | 2 -- 1 file changed, 2 deletions(-) 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 {