From 49314ea9d09561fcea2c877ba6d3f2deca868fc4 Mon Sep 17 00:00:00 2001 From: Matt Walsh Date: Thu, 4 Feb 2021 14:48:57 -0600 Subject: [PATCH] fix prettier whitespace --- src/file/paragraph/properties.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/file/paragraph/properties.ts b/src/file/paragraph/properties.ts index 88d7c09ecc..2f08ce48d7 100644 --- a/src/file/paragraph/properties.ts +++ b/src/file/paragraph/properties.ts @@ -126,9 +126,9 @@ export class ParagraphProperties extends IgnoreIfEmptyXmlComponent { if (options.numbering) { if (!options.style && !options.heading) { - if (!options.numbering.custom) { - this.push(new Style("ListParagraph")); - } + if (!options.numbering.custom) { + this.push(new Style("ListParagraph")); + } } this.push(new NumberProperties(options.numbering.reference, options.numbering.level)); }