Kaynağa Gözat

chore: format code

GitHub Action 2 ay önce
ebeveyn
işleme
10ee6d345b

+ 4 - 6
packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

@@ -876,12 +876,10 @@ export function Prompt(props: PromptProps) {
             height={1}
             height={1}
             border={["bottom"]}
             border={["bottom"]}
             borderColor={theme.backgroundElement}
             borderColor={theme.backgroundElement}
-            customBorderChars={
-              {
-                ...EmptyBorder,
-                horizontal: "▀",
-              }
-            }
+            customBorderChars={{
+              ...EmptyBorder,
+              horizontal: "▀",
+            }}
           />
           />
         </box>
         </box>
         <box flexDirection="row" justifyContent="space-between">
         <box flexDirection="row" justifyContent="space-between">