Skip to content

Commit d71203d

Browse files
committed
Remove unneeded linebreaks
1 parent 064cee9 commit d71203d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/file/paragraph/run/properties.ts

-2
Original file line numberDiff line numberDiff line change
@@ -319,8 +319,6 @@ export class RunProperties extends IgnoreIfEmptyXmlComponent {
319319
if (options.math) {
320320
this.push(new OnOffElement("w:oMath", options.math));
321321
}
322-
323-
324322
}
325323

326324
public push(item: XmlComponent): void {

0 commit comments

Comments
 (0)