Browse Source

chore: generate

opencode-agent[bot] 2 weeks ago
parent
commit
40b111d92c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/app/src/context/server.tsx

+ 1 - 1
packages/app/src/context/server.tsx

@@ -98,7 +98,7 @@ export const { use: useServer, provider: ServerProvider } = createSimpleContext(
       if (!url) return
       if (!url) return
       batch(() => {
       batch(() => {
         // Remove the previous startup sidecar url
         // Remove the previous startup sidecar url
-        if(store.currentSidecarUrl) {
+        if (store.currentSidecarUrl) {
           remove(store.currentSidecarUrl)
           remove(store.currentSidecarUrl)
         }
         }