Explorar el Código

chore: format code

GitHub Action hace 8 meses
padre
commit
10ee6d345b
Se han modificado 1 ficheros con 4 adiciones y 6 borrados
  1. 4 6
      packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

+ 4 - 6
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">