chore: format code

This commit is contained in:
GitHub Action 2025-12-10 03:32:26 +00:00
parent 661122bab8
commit 6db822fd92

View file

@ -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 {