style(format): reformat code with consistent line breaks and spacing

This commit is contained in:
zhenyi
2026-06-12 15:11:32 +08:00
parent 6f40921576
commit 0e13f90834
16 changed files with 381 additions and 347 deletions
+1 -2
View File
@@ -101,8 +101,7 @@ impl PackCache {
}
})
.await;
if result.is_err() {
}
if result.is_err() {}
});
Some(ReceiverStream::new(rx))