mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
chore: format code
This commit is contained in:
parent
48ec68730f
commit
10ee6d345b
1 changed files with 4 additions and 6 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue