Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ydfzgyj committed Jul 27, 2018
1 parent 807605c commit 60f3124
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion src/file/table/table.ts
Original file line number Diff line number Diff line change
@@ -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";
Expand Down

0 comments on commit 60f3124

Please sign in to comment.