diff options
| author | GitHub Action <[email protected]> | 2025-12-14 17:48:34 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-14 17:48:34 +0000 |
| commit | 10ee6d345b45230726c490525ca98aabb32bd700 (patch) | |
| tree | ef08f9e07765245d8d892487e467f5679cc52a08 | |
| parent | 48ec68730f5e741f7ddcea35e0b588f223b042e5 (diff) | |
| download | opencode-10ee6d345b45230726c490525ca98aabb32bd700.tar.gz opencode-10ee6d345b45230726c490525ca98aabb32bd700.zip | |
chore: format code
| -rw-r--r-- | packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx index f1ed71953..5cc757ac2 100644 --- a/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx +++ b/packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx @@ -876,12 +876,10 @@ export function Prompt(props: PromptProps) { height={1} border={["bottom"]} borderColor={theme.backgroundElement} - customBorderChars={ - { - ...EmptyBorder, - horizontal: "▀", - } - } + customBorderChars={{ + ...EmptyBorder, + horizontal: "▀", + }} /> </box> <box flexDirection="row" justifyContent="space-between"> |
