Explorar el Código

chore: format code

GitHub Action hace 2 meses
padre
commit
fc439455a7
Se han modificado 1 ficheros con 7 adiciones y 1 borrados
  1. 7 1
      packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

+ 7 - 1
packages/opencode/src/cli/cmd/tui/routes/session/index.tsx

@@ -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()}>