[ci] format

This commit is contained in:
natemoo-re 2023-10-03 21:00:07 +00:00 committed by Martin Trapp
parent 9c7cd7c9f6
commit 4e2c65c27c

View file

@ -46,7 +46,7 @@ async function copyToClipboard(text: string) {
let command = '';
if (system === 'darwin') {
command = 'pbcopy';
} else if (system === 'win32') {
} else if (system === 'win32') {
command = 'clip';
} else {
// Unix: check if `xclip` is installed