From 37b6a55eb1b2847a6ad216a9d5c9feec8dbff77a Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Sep 2025 04:00:17 +0000 Subject: [PATCH] chore: format code --- cloud/app/src/routes/workspace/[id].tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud/app/src/routes/workspace/[id].tsx b/cloud/app/src/routes/workspace/[id].tsx index 19d711e8..b8f35550 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))