ソースを参照

chore: format code

GitHub Action 2 ヶ月 前
コミット
34ef5f4ece
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/opencode/src/cli/cmd/tui/app.tsx

+ 1 - 1
packages/opencode/src/cli/cmd/tui/app.tsx

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