Skip to content

Commit

Permalink
style: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Piturnah committed Jul 16, 2023
1 parent 809e8e8 commit a2dc913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ impl Status {
return Ok(());
}

let mut file = self
let file = self
.file_diffs
.get_mut(self.cursor)
.context("cursor is at invalid position")?;
Expand Down

0 comments on commit a2dc913

Please sign in to comment.