chore: format code

This commit is contained in:
GitHub Action
2025-12-17 08:40:22 +00:00
parent 73ad20b90c
commit 34ef5f4ece

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}`)
})
}
},
},
},
)