summaryrefslogtreecommitdiffhomepage
path: root/cloud
diff options
context:
space:
mode:
authorGitHub Action <[email protected]>2025-09-11 04:00:17 +0000
committerGitHub Action <[email protected]>2025-09-11 04:00:17 +0000
commit37b6a55eb1b2847a6ad216a9d5c9feec8dbff77a (patch)
tree0e2a6d736c2d8afb63683ed7fbf7ddcf59a3175e /cloud
parentc2fa28c1be43b5932707e6cc068e28cc6e8a92e8 (diff)
downloadopencode-37b6a55eb1b2847a6ad216a9d5c9feec8dbff77a.tar.gz
opencode-37b6a55eb1b2847a6ad216a9d5c9feec8dbff77a.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))