From 6db822fd923f3561fe4cefffc95f4179b23ee87c Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 10 Dec 2025 03:32:26 +0000 Subject: [PATCH] chore: format code --- packages/tauri/src/updater.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/tauri/src/updater.ts b/packages/tauri/src/updater.ts index 870e534a8..0d3737d1e 100644 --- a/packages/tauri/src/updater.ts +++ b/packages/tauri/src/updater.ts @@ -20,7 +20,9 @@ export async function runUpdater(onDownloadEvent?: (progress: DownloadEvent) => return false } - const shouldUpdate = await ask(`Version ${update.version} of OpenCode has been downloaded, would you like to install it and relaunch?`) + const shouldUpdate = await ask( + `Version ${update.version} of OpenCode has been downloaded, would you like to install it and relaunch?`, + ) if (!shouldUpdate) return try {