Skip to content

Commit 1ff06b7

Browse files
ci: apply automated fixes
1 parent ca21fa2 commit 1ff06b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/table-core/src/helpers/tableFeatures.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type { TableFeatures } from '../types/TableFeatures'
1010
* @example ```tsx
1111
* import { tableFeatures, ColumnVisibility, RowPinning } from '@tanstack/react-table'
1212
* const _features = tableFeatures({ ColumnVisibility, RowPinning });
13-
*
13+
*
1414
* const table = useTable({ _features, rowModels: {}, columns, data });
1515
* ```
1616
*/

0 commit comments

Comments
 (0)