From 1458242e881281d3787b4f426edc07d52dc3570b Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 03:11:18 +0000 Subject: [PATCH] ci: apply automated fixes --- examples/svelte/filtering/src/App.svelte | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/svelte/filtering/src/App.svelte b/examples/svelte/filtering/src/App.svelte index 0f432933b1..6665f0fe4f 100644 --- a/examples/svelte/filtering/src/App.svelte +++ b/examples/svelte/filtering/src/App.svelte @@ -62,7 +62,8 @@ _features, _rowModels: { filteredRowModel: createFilteredRowModel({ - ...filterFns, fuzzy: fuzzyFilter + ...filterFns, + fuzzy: fuzzyFilter, }), paginatedRowModel: createPaginatedRowModel(), },