🧹 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
+3 -3
View File
@@ -180,9 +180,9 @@ pub fn[S] async_logger(
///|
fn async_logger_phase_is_closed(phase : AsyncLifecyclePhase) -> Bool {
match phase {
AsyncLifecyclePhase::Closing |
AsyncLifecyclePhase::Closed |
AsyncLifecyclePhase::ClosedFailed => true
AsyncLifecyclePhase::Closing
| AsyncLifecyclePhase::Closed
| AsyncLifecyclePhase::ClosedFailed => true
_ => false
}
}