Skip to content

Commit 1458242

Browse files
ci: apply automated fixes
1 parent df81835 commit 1458242

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

examples/svelte/filtering/src/App.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@
6262
_features,
6363
_rowModels: {
6464
filteredRowModel: createFilteredRowModel({
65-
...filterFns, fuzzy: fuzzyFilter
65+
...filterFns,
66+
fuzzy: fuzzyFilter,
6667
}),
6768
paginatedRowModel: createPaginatedRowModel(),
6869
},

0 commit comments

Comments
 (0)