fix prettier whitespace

This commit is contained in:
Matt Walsh
2021-02-04 14:48:57 -06:00
parent acaaf98e20
commit 49314ea9d0

View File

@ -126,9 +126,9 @@ export class ParagraphProperties extends IgnoreIfEmptyXmlComponent {
if (options.numbering) { if (options.numbering) {
if (!options.style && !options.heading) { if (!options.style && !options.heading) {
if (!options.numbering.custom) { if (!options.numbering.custom) {
this.push(new Style("ListParagraph")); this.push(new Style("ListParagraph"));
} }
} }
this.push(new NumberProperties(options.numbering.reference, options.numbering.level)); this.push(new NumberProperties(options.numbering.reference, options.numbering.level));
} }