rustfmt: max-width=120

This commit is contained in:
mrbeanc
2023-12-21 20:54:12 +08:00
parent a2e9072951
commit 737917e421
7 changed files with 11 additions and 22 deletions

View File

@@ -145,9 +145,7 @@ impl Tree {
blob_hashs.append(
sub_blobs
.iter()
.map(|(path, blob_hash)| {
(PathBuf::from(entry.name.clone()).join(path), blob_hash.clone())
})
.map(|(path, blob_hash)| (PathBuf::from(entry.name.clone()).join(path), blob_hash.clone()))
.collect::<Vec<(PathBuf, Hash)>>()
.as_mut(),
);