From 610b2388bb2e10d844cebebf7cb84c988a164a25 Mon Sep 17 00:00:00 2001 From: Dolan Date: Thu, 29 Oct 2020 00:39:45 +0000 Subject: [PATCH] Fix linting --- src/file/paragraph/paragraph.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/file/paragraph/paragraph.spec.ts b/src/file/paragraph/paragraph.spec.ts index ced4355869..a368684d40 100644 --- a/src/file/paragraph/paragraph.spec.ts +++ b/src/file/paragraph/paragraph.spec.ts @@ -6,10 +6,10 @@ import { Formatter } from "export/formatter"; import { EMPTY_OBJECT } from "file/xml-components"; import { File } from "../file"; +import { ShadingType } from "../table/shading"; import { AlignmentType, HeadingLevel, LeaderType, PageBreak, TabStopPosition, TabStopType } from "./formatting"; import { Bookmark, HyperlinkRef } from "./links"; import { Paragraph } from "./paragraph"; -import { ShadingType } from "../table/shading"; describe("Paragraph", () => { describe("#constructor()", () => {