mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
clippy fix
This commit is contained in:
parent
9ecd911fff
commit
a98dea7825
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ impl DiffComponent {
|
|||
|
||||
if old != self.selection {
|
||||
self.selected_hunk =
|
||||
Self::find_selected_hunk(&diff, self.selection)?;
|
||||
Self::find_selected_hunk(diff, self.selection)?;
|
||||
}
|
||||
}
|
||||
Ok(())
|
||||
|
|
|
|||
Loading…
Reference in a new issue