From 1e149a29f6732c245364aa551fd08e2991310d98 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Tue, 28 Apr 2026 05:34:14 -0700 Subject: style: apply biome formatter --- src/lib/CommandPalette/syncActions.ts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'src/lib/CommandPalette/syncActions.ts') diff --git a/src/lib/CommandPalette/syncActions.ts b/src/lib/CommandPalette/syncActions.ts index c787f348..49859221 100644 --- a/src/lib/CommandPalette/syncActions.ts +++ b/src/lib/CommandPalette/syncActions.ts @@ -41,9 +41,7 @@ export const syncActions = ( lastPush: new Date(), })); }) - .catch((error) => - console.error("Settings sync push failed", error), - ); + .catch((error) => console.error("Settings sync push failed", error)); }, }, { @@ -82,9 +80,7 @@ export const syncActions = ( ); }); }) - .catch((error) => - console.error("Settings sync pull failed", error), - ); + .catch((error) => console.error("Settings sync pull failed", error)); }, }, ]; -- cgit v1.2.3