mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
clippy fix
This commit is contained in:
parent
db17241858
commit
27e4446398
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ impl CommitComponent {
|
|||
Ok(())
|
||||
}
|
||||
fn toggle_verify(&mut self) {
|
||||
self.verify = !self.verify
|
||||
self.verify = !self.verify;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue