🧹 apply moon fmt and async mbti refresh

This commit is contained in:
Nanaloveyuki
2026-07-08 12:17:31 +08:00
parent 6ee0d97aac
commit 74b9815bab
7 changed files with 40 additions and 43 deletions
+1 -1
View File
@@ -190,7 +190,7 @@ async test "run rejects duplicate worker startup for same logger" {
@async.pause()
}
let second_error = (async fn() -> String raise {
let second_error = (async fn() -> String {
logger.run()
"no error"
})() catch {