Skip to content

Commit 34230dd

Browse files
committed
style: delete Trailing spaces
1 parent ed9de47 commit 34230dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/vc-table/src/TableHeaderRow.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const TableHeaderRow = {
2828
const { column, children, className, ...cellProps } = cell
2929
const cls = cell.class || className
3030
const customProps = column.customHeaderCell ? column.customHeaderCell(column) : {}
31-
31+
3232
const headerCellProps = mergeProps({
3333
attrs: {
3434
...cellProps,

0 commit comments

Comments
 (0)