chore: format code

This commit is contained in:
GitHub Action 2025-12-09 11:15:02 +00:00
parent 3d279edf44
commit 17d1b24def
3 changed files with 530 additions and 2391 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

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