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";