From e0698554ad0276d1bba37e453c8a6fb1b99d9164 Mon Sep 17 00:00:00 2001 From: Max Lay Date: Wed, 11 Dec 2019 15:21:50 +1300 Subject: [PATCH] Fix style linting error --- src/file/styles/style/paragraph-style.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/file/styles/style/paragraph-style.ts b/src/file/styles/style/paragraph-style.ts index 4f7111625c..3adb1edbbe 100644 --- a/src/file/styles/style/paragraph-style.ts +++ b/src/file/styles/style/paragraph-style.ts @@ -1,4 +1,14 @@ -import { Alignment, ContextualSpacing, Indent, KeepLines, KeepNext, OutlineLevel, ParagraphProperties, Spacing, ThematicBreak } from "file/paragraph"; +import { + Alignment, + ContextualSpacing, + Indent, + KeepLines, + KeepNext, + OutlineLevel, + ParagraphProperties, + Spacing, + ThematicBreak, +} from "file/paragraph"; import { TabStop, TabStopType } from "file/paragraph/formatting"; import * as formatting from "file/paragraph/run/formatting"; import { RunProperties } from "file/paragraph/run/properties";