cargo fmt

This commit is contained in:
houseme
2025-06-27 18:53:51 +08:00
parent 8a4cb0319a
commit 7bd8431006
12 changed files with 29 additions and 55 deletions

View File

@@ -484,9 +484,7 @@ mod tests {
}
// 验证 etag注意压缩会改变数据所以这里的 etag 验证可能需要调整)
println!(
"Test completed successfully with compression: {is_compress}, encryption: {is_encrypt}"
);
println!("Test completed successfully with compression: {is_compress}, encryption: {is_encrypt}");
}
#[tokio::test]