Browse Source

chore: format code

GitHub Action 5 months ago
parent
commit
140498eb4f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/opencode/src/cli/cmd/tui/spawn.ts

+ 1 - 1
packages/opencode/src/cli/cmd/tui/spawn.ts

@@ -51,7 +51,7 @@ export const TuiSpawnCommand = cmd({
       env: {
         ...process.env,
         BUN_OPTIONS: "",
-      }
+      },
     })
     await proc.exited
     await Instance.disposeAll()