From 998b63a35256ac985a5a2714dd1ca451af4dfd8a Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 9 Oct 2024 00:41:20 -0700 Subject: chore(prettier): use spaces instead of tabs --- src/lib/Home/Root.svelte | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'src/lib/Home/Root.svelte') diff --git a/src/lib/Home/Root.svelte b/src/lib/Home/Root.svelte index d65a9832..bc1bdea9 100644 --- a/src/lib/Home/Root.svelte +++ b/src/lib/Home/Root.svelte @@ -1,26 +1,26 @@ {#if $settings.displayDisableAnimations} - + {:else} - {#key data.url} -
- -
- {/key} + {#key data.url} +
+ +
+ {/key} {/if} -- cgit v1.2.3