chore: format code

This commit is contained in:
GitHub Action 2025-12-01 14:17:54 +00:00 committed by opencode
parent c0fc02769b
commit fc439455a7

View file

@ -1327,7 +1327,13 @@ ToolRegistry.register<typeof WriteTool>({
Wrote {props.input.filePath}
</ToolTitle>
<line_number fg={theme.textMuted} minWidth={3} paddingRight={1}>
<code conceal={false} fg={theme.text} filetype={filetype(props.input.filePath!)} syntaxStyle={syntax()} content={code()} />
<code
conceal={false}
fg={theme.text}
filetype={filetype(props.input.filePath!)}
syntaxStyle={syntax()}
content={code()}
/>
</line_number>
<Show when={diagnostics().length}>
<For each={diagnostics()}>