mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-23 11:42:56 +03:00
clippy nightly fixes
This commit is contained in:
parent
022281d414
commit
7d5b7d2c38
@ -531,7 +531,6 @@ impl Component for CommitComponent {
|
||||
self.input.set_text(msg);
|
||||
self.commit_msg_history_idx += 1;
|
||||
}
|
||||
} else {
|
||||
}
|
||||
// stop key event propagation
|
||||
return Ok(EventState::Consumed);
|
||||
|
@ -135,7 +135,6 @@ impl Component for HelpComponent {
|
||||
self.move_selection(true);
|
||||
} else if key_match(e, self.key_config.keys.move_up) {
|
||||
self.move_selection(false);
|
||||
} else {
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user