mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-06 01:27:24 +03:00
cargo fmt
This commit is contained in:
parent
30e6026785
commit
f5758371a5
@ -62,7 +62,8 @@ pub fn trees(
|
||||
.show_binary(true)
|
||||
.show_untracked_content(true);
|
||||
|
||||
let diff = repository.diff_tree_to_tree(Some(old_tree), Some(new_tree), Some(&mut diff_opts))?;
|
||||
let diff =
|
||||
repository.diff_tree_to_tree(Some(old_tree), Some(new_tree), Some(&mut diff_opts))?;
|
||||
|
||||
hunks_by_filepath(repository, &diff)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user