fix lint issues

This commit is contained in:
Tom Hunkapiller
2021-05-20 04:02:14 +03:00
parent f5e35603ef
commit 15f79abf5e
2 changed files with 0 additions and 2 deletions

View File

@ -148,7 +148,6 @@ export class ParagraphProperties extends IgnoreIfEmptyXmlComponent {
this.push(new TabStop(TabStopType.LEFT, options.leftTabStop));
}
if (options.bidirectional) {
this.push(new Bidirectional());
}

View File

@ -199,4 +199,3 @@ export class Shading extends XmlComponent {
);
}
}