chore: format code

thinking-toggle-wip
GitHub Action 2025-12-17 08:40:22 +00:00 committed by Aiden Cline
parent 797271e2e2
commit 831ef65a41
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ export function tui(input: { url: string; args: Args; onExit?: () => Promise<voi
Clipboard.copy(text).catch((error) => {
console.error(`Failed to copy console selection to clipboard: ${error}`)
})
}
},
},
},
)