Skip to content

Commit ea6bc49

Browse files
ci: apply automated fixes
1 parent d68f5f1 commit ea6bc49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/table-core/src/features/column-sizing/ColumnSizing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const ColumnSizing: TableFeature = {
7878
callMemoOrStaticFn(
7979
column.table,
8080
table_getPinnedVisibleLeafColumns,
81-
position
81+
position,
8282
),
8383
column.table.options.state?.columnSizing,
8484
],

0 commit comments

Comments
 (0)