chore: format code

This commit is contained in:
GitHub Action
2025-09-11 03:59:39 +00:00
parent 2912a9cdc4
commit 08ccb6f17a
+1 -1
View File
@@ -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))