Browse Source

chore: format code

GitHub Action 8 months ago
parent
commit
17d1b24def
3 changed files with 184 additions and 755 deletions
  1. 90 375
      packages/sdk/js/openapi.json
  2. 90 375
      packages/sdk/openapi.json
  3. 4 5
      packages/tauri/src/index.tsx

File diff suppressed because it is too large
+ 90 - 375
packages/sdk/js/openapi.json


File diff suppressed because it is too large
+ 90 - 375
packages/sdk/openapi.json


+ 4 - 5
packages/tauri/src/index.tsx

@@ -19,11 +19,10 @@ declare global {
   }
   }
 }
 }
 
 
-render(
-  () => {
-    onMount(() => {
-      if(window.__OPENCODE__?.updaterEnabled) runUpdater();
-    });
+render(() => {
+  onMount(() => {
+    if (window.__OPENCODE__?.updaterEnabled) runUpdater()
+  })
 
 
   return (
   return (
     <PlatformProvider value={platform}>
     <PlatformProvider value={platform}>

Some files were not shown because too many files changed in this diff