format comment

This commit is contained in:
houseme
2025-05-27 13:56:19 +08:00
parent 7abcfe31e8
commit ca8f399832
27 changed files with 204 additions and 211 deletions
+1 -1
View File
@@ -1220,7 +1220,7 @@ impl ECStore {
reader.read_exact(&mut chunk).await?;
// 每次从reader中读取一个part上传
// 每次从 reader 中读取一个 part 上传
let rd = Box::new(Cursor::new(chunk));
let mut data = PutObjReader::new(rd, part.size);