mirror of
https://github.com/MrBeanCpp/MIT.git
synced 2026-04-14 10:31:38 +08:00
rustfmt: max-width=120
This commit is contained in:
@@ -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(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user