From 28ad740473b5d6775406eb345766eb5d7195ab64 Mon Sep 17 00:00:00 2001 From: Dolan Miu Date: Mon, 12 Jun 2023 19:21:22 +0100 Subject: [PATCH] Fix linting --- demo/72-word-wrap.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/72-word-wrap.ts b/demo/72-word-wrap.ts index 34cbcd0b56..442de9ebd4 100644 --- a/demo/72-word-wrap.ts +++ b/demo/72-word-wrap.ts @@ -1,7 +1,7 @@ // Example on how to preserve word wrap text. Works with all languages. import * as fs from "fs"; -import { Document, Packer, Paragraph, TextRun, SpaceType } from "docx"; +import { Document, Packer, Paragraph, TextRun } from "docx"; const doc = new Document({ sections: [