From 7aa57accf52bb79d16cac34e55b5c979090d8305 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Sep 2025 03:59:39 +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))