From a9f5483d794d336e6fa3bccb386a1ccadc2f1f19 Mon Sep 17 00:00:00 2001 From: Kevin Vandy Date: Fri, 23 Feb 2024 14:08:47 -0600 Subject: [PATCH] format --- examples/svelte/filtering/src/App.svelte | 39 ++++++++++++++---------- package.json | 2 +- 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/examples/svelte/filtering/src/App.svelte b/examples/svelte/filtering/src/App.svelte index e163a51722..79d3e46072 100644 --- a/examples/svelte/filtering/src/App.svelte +++ b/examples/svelte/filtering/src/App.svelte @@ -1,28 +1,28 @@ - $table.setGlobalFilter(String(e.target.value))} /> + + $table.setGlobalFilter(String(e.target.value))} +/>
@@ -99,4 +106,4 @@ import './index.css';
-
"globalFilter": "{$table.getState().globalFilter}"
\ No newline at end of file +
"globalFilter": "{$table.getState().globalFilter}"
diff --git a/package.json b/package.json index 88bf61830a..4b117034d3 100644 --- a/package.json +++ b/package.json @@ -79,4 +79,4 @@ "typescript": "5.3.3", "vitest": "^1.2.0" } -} \ No newline at end of file +}