mirror of
https://github.com/figsoda/mmtc
synced 2024-11-22 07:03:05 +00:00
remove redundant cleanup
This commit is contained in:
parent
29c70e78da
commit
2fc23792a4
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ async fn run() -> Result<()> {
|
|||
match event::read().context("Failed to read events")? {
|
||||
Event::Key(KeyEvent { code, .. }) => match code {
|
||||
KeyCode::Char('q') | KeyCode::Esc => {
|
||||
cleanup()?;
|
||||
return Ok(());
|
||||
}
|
||||
_ => (),
|
||||
|
|
Loading…
Reference in a new issue