style: delete Trailing spaces

pull/77/merge
tangjinzhou 2018-06-06 11:01:02 +08:00
parent ed9de47851
commit 34230dd40e
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const TableHeaderRow = {
const { column, children, className, ...cellProps } = cell
const cls = cell.class || className
const customProps = column.customHeaderCell ? column.customHeaderCell(column) : {}
const headerCellProps = mergeProps({
attrs: {
...cellProps,