From 41308fea1340244526d9e0a5540926a4df530cb5 Mon Sep 17 00:00:00 2001 From: amitm02 Date: Wed, 25 Jul 2018 12:51:02 +0300 Subject: [PATCH] prettier --- src/file/paragraph/run/run.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file/paragraph/run/run.spec.ts b/src/file/paragraph/run/run.spec.ts index d865813d36..65b74f140a 100644 --- a/src/file/paragraph/run/run.spec.ts +++ b/src/file/paragraph/run/run.spec.ts @@ -144,7 +144,7 @@ describe("Run", () => { run.rtl(); const tree = new Formatter().format(run); expect(tree).to.deep.equal({ - "w:r": [{ "w:rPr": [{ "w:rtl": [{ _attr: { "w:val": true } }]}]}], + "w:r": [{ "w:rPr": [{ "w:rtl": [{ _attr: { "w:val": true } }] }] }], }); }); });