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
f5a24cf5e5
commit
602fca0e87
@ -364,8 +364,8 @@ impl App {
|
||||
)
|
||||
.context("failed to diff")?;
|
||||
|
||||
let diff =
|
||||
diff.into_iter()
|
||||
let diff = diff
|
||||
.into_iter()
|
||||
.map(|(file_path, hunks)| {
|
||||
(
|
||||
file_path,
|
||||
|
Loading…
Reference in New Issue
Block a user