mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
cargo fmt
This commit is contained in:
parent
9dd51e75e0
commit
5c11af1479
5 changed files with 15 additions and 12 deletions
|
@ -145,8 +145,8 @@ fn status(repo: &Repository, f: impl Fn(Result<FileChange>) -> bool) -> Result<(
|
|||
|
||||
for item in status_iter {
|
||||
let Ok(item) = item.map_err(|err| f(Err(err.into()))) else {
|
||||
continue;
|
||||
};
|
||||
continue;
|
||||
};
|
||||
let change = match item {
|
||||
Item::Modification {
|
||||
rela_path, status, ..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue