From 60f312446e0e857b17f5e39ec35ab34ff80dd4aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=B4=E9=87=8C=E5=88=87=E7=BD=97?= Date: Fri, 27 Jul 2018 16:59:29 +0800 Subject: [PATCH] fix style --- src/file/table/table.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/file/table/table.ts b/src/file/table/table.ts index 3837e9f79b..f536b7bc76 100644 --- a/src/file/table/table.ts +++ b/src/file/table/table.ts @@ -1,4 +1,14 @@ -import { GridSpan, TableCellBorders, TableCellWidth, TableCellShading, VAlign, VerticalAlign, VMerge, VMergeType, WidthType } from "file/table/table-cell"; +import { + GridSpan, + TableCellBorders, + TableCellShading, + TableCellWidth, + VAlign, + VerticalAlign, + VMerge, + VMergeType, + WidthType, +} from "file/table/table-cell"; import { IXmlableObject, XmlComponent } from "file/xml-components"; import { Paragraph } from "../paragraph"; import { TableGrid } from "./grid";