From 10ee6d345b45230726c490525ca98aabb32bd700 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 14 Dec 2025 17:48:34 +0000 Subject: [PATCH] chore: format code --- .../src/cli/cmd/tui/component/prompt/index.tsx | 10 ++++------ 1 file 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: "▀", + }} />