mirror of
https://github.com/gitui-org/gitui
synced 2026-05-24 01:18:21 +00:00
clippy fixes
This commit is contained in:
parent
5fc8d72ed6
commit
e8204d5a6d
1 changed files with 1 additions and 4 deletions
|
|
@ -358,10 +358,7 @@ impl Component for ChangesComponent {
|
|||
keys::MOVE_UP => {
|
||||
self.move_selection(MoveSelection::Up)
|
||||
}
|
||||
keys::HOME => {
|
||||
self.move_selection(MoveSelection::Home)
|
||||
}
|
||||
keys::SHIFT_UP => {
|
||||
keys::HOME | keys::SHIFT_UP => {
|
||||
self.move_selection(MoveSelection::Home)
|
||||
}
|
||||
keys::MOVE_LEFT => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue