From c9eb27de11935d72a4a8cfc45a98a5441891be76 Mon Sep 17 00:00:00 2001 From: Igor Bulovski Date: Thu, 17 May 2018 15:34:47 +0200 Subject: [PATCH] fixed formatting styles --- src/file/paragraph/paragraph.spec.ts | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/file/paragraph/paragraph.spec.ts b/src/file/paragraph/paragraph.spec.ts index 0aa17b558a..863d0ceb3d 100644 --- a/src/file/paragraph/paragraph.spec.ts +++ b/src/file/paragraph/paragraph.spec.ts @@ -168,10 +168,12 @@ describe("Paragraph", () => { expect(tree).to.deep.equal({ "w:p": [ { - "w:pPr": [{ - "w:pageBreakBefore": [] - }], - } + "w:pPr": [ + { + "w:pageBreakBefore": [], + }, + ], + }, ], }); });