Skip to content

Commit

Permalink
Remove unneeded linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
merewif authored and dolanmiu committed Nov 20, 2024
1 parent a95f3ae commit 1d0e524
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/file/paragraph/run/properties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,8 +315,6 @@ export class RunProperties extends IgnoreIfEmptyXmlComponent {
if (options.math) {
this.push(new OnOffElement("w:oMath", options.math));
}


}

public push(item: XmlComponent): void {
Expand Down

0 comments on commit 1d0e524

Please sign in to comment.