From f38881f3253b3a128154ffd95655859e3dc629dc Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 3 Nov 2024 21:43:00 -0500 Subject: Run spaces-style prettier formatting --- ui/lib/components/CurrentUser.svelte | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'ui/lib/components/CurrentUser.svelte') diff --git a/ui/lib/components/CurrentUser.svelte b/ui/lib/components/CurrentUser.svelte index 46c76b0..56bf915 100644 --- a/ui/lib/components/CurrentUser.svelte +++ b/ui/lib/components/CurrentUser.svelte @@ -1,25 +1,25 @@
- {#if $currentUser} - @{$currentUser.username} - {/if} - + {#if $currentUser} + @{$currentUser.username} + {/if} +