Skip to content

Commit fa65501

Browse files
committed
refactor
- cargo fmt && clippy
1 parent 72134f5 commit fa65501

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

176 KB
Binary file not shown.

gix/tests/gix/status.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,10 @@ mod into_iter {
270270
let repo = repo("submodule-assume-unchanged-symlink")?;
271271
let mut status = repo.status(gix::progress::Discard)?.into_iter(None)?;
272272
let items: Vec<_> = status.by_ref().filter_map(Result::ok).collect();
273-
assert!(items.is_empty(), "assume-unchanged submodule should not show up in status");
273+
assert!(
274+
items.is_empty(),
275+
"assume-unchanged submodule should not show up in status"
276+
);
274277
Ok(())
275278
}
276279

0 commit comments

Comments
 (0)