From 1bc4488a06db88597327ecc855c5b70a7ddc55ce Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 11 Jun 2025 23:52:43 -0700 Subject: style: Reformat using latest formatting --- src/stores/identity.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stores/identity.ts') diff --git a/src/stores/identity.ts b/src/stores/identity.ts index 1b0aee90..2618d744 100644 --- a/src/stores/identity.ts +++ b/src/stores/identity.ts @@ -12,7 +12,7 @@ const createStore = () => { const { subscribe, set, update } = writable( JSON.parse( browser - ? localStorage.getItem('identity') ?? JSON.stringify(defaultIdentity) + ? (localStorage.getItem('identity') ?? JSON.stringify(defaultIdentity)) : JSON.stringify(defaultIdentity) ) ); -- cgit v1.2.3