From 1f109d161f24be20343dd417864a96c4a9ee6ee4 Mon Sep 17 00:00:00 2001 From: bkimmel Date: Tue, 18 Mar 2025 23:28:44 -0400 Subject: [PATCH] deno format --- src/components/ThemeSwitcher.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/ThemeSwitcher.tsx b/src/components/ThemeSwitcher.tsx index 2f456d4b..ee075793 100644 --- a/src/components/ThemeSwitcher.tsx +++ b/src/components/ThemeSwitcher.tsx @@ -24,7 +24,7 @@ export default function ThemeSwitcher({ setPreference(nextPreference); }; - const [firstCharOfPreference="", ...restOfPreference] = preference; + const [firstCharOfPreference = "", ...restOfPreference] = preference; return ( );