Skip to content

Commit 7aa57ac

Browse files
committed
chore: format code
1 parent c2fa28c commit 7aa57ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/app/src/routes/workspace/[id].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ function NewUserSection() {
551551
)
552552
}
553553

554-
export default function() {
554+
export default function () {
555555
const params = useParams()
556556
const keys = createAsync(() => listKeys(params.id))
557557
const usage = createAsync(() => getUsageInfo(params.id))

0 commit comments

Comments
 (0)