From acaaf98e2029a26f5379eecbac124f2763b6ca86 Mon Sep 17 00:00:00 2001 From: Matt Walsh <51417385+netbymatt@users.noreply.github.com> Date: Wed, 3 Feb 2021 15:21:15 -0600 Subject: [PATCH] Fix spacing --- src/file/paragraph/properties.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file/paragraph/properties.ts b/src/file/paragraph/properties.ts index b87ef6b37a..88d7c09ecc 100644 --- a/src/file/paragraph/properties.ts +++ b/src/file/paragraph/properties.ts @@ -125,7 +125,7 @@ export class ParagraphProperties extends IgnoreIfEmptyXmlComponent { } if (options.numbering) { - if(!options.style && !options.heading) { + if (!options.style && !options.heading) { if (!options.numbering.custom) { this.push(new Style("ListParagraph")); }