Fix Prettier errors

This commit is contained in:
Dolan Miu
2022-10-16 00:20:16 +01:00
parent d053baef03
commit 70a3b25d54
3 changed files with 17 additions and 15 deletions

View File

@ -138,7 +138,7 @@ export class ParagraphProperties extends IgnoreIfEmptyXmlComponent {
*/
let tabDefs: TabStopDefinition[] = [];
if (options.rightTabStop) {
tabDefs.push({ type: TabStopType.RIGHT, position: options.rightTabStop});
tabDefs.push({ type: TabStopType.RIGHT, position: options.rightTabStop });
}
if (options.tabStops) {
@ -153,7 +153,7 @@ export class ParagraphProperties extends IgnoreIfEmptyXmlComponent {
this.push(new TabStop(tabDefs));
}
/**
* FIX - END
* FIX - END
*/
if (options.bidirectional !== undefined) {