summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-09-11 03:59:39 +0000
committerGitHub Action <[email protected]>2025-09-11 03:59:39 +0000
commit7aa57accf52bb79d16cac34e55b5c979090d8305 (patch)
tree0e2a6d736c2d8afb63683ed7fbf7ddcf59a3175e /cloud
parentc2fa28c1be43b5932707e6cc068e28cc6e8a92e8 (diff)
downloadopencode-7aa57accf52bb79d16cac34e55b5c979090d8305.tar.gz
opencode-7aa57accf52bb79d16cac34e55b5c979090d8305.zip
chore: format code
Diffstat (limited to 'cloud')
-rw-r--r--cloud/app/src/routes/workspace/[id].tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx
index 19d711e8b..b8f355507 100644
--- a/cloud/app/src/routes/workspace/[id].tsx
+++ b/cloud/app/src/routes/workspace/[id].tsx
@@ -551,7 +551,7 @@ function NewUserSection() {
)
}
-export default function() {
+export default function () {
const params = useParams()
const keys = createAsync(() => listKeys(params.id))
const usage = createAsync(() => getUsageInfo(params.id))