Skip to content

Commit

Permalink
Chore(rustfmt)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-kenji committed Apr 3, 2021
1 parent 4f5f189 commit a4430bf
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/common/input/handler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,10 @@ impl InputHandler {
break 'input_loop;
}
}
termion::event::Event::Mouse(_)
| termion::event::Event::Unsupported(_) => {
// Mouse and unsupported events aren't implemented yet,
// use a NoOp untill then.
}
termion::event::Event::Mouse(_) | termion::event::Event::Unsupported(_) => {
// Mouse and unsupported events aren't implemented yet,
// use a NoOp untill then.
}
},
Err(err) => panic!("Encountered read error: {:?}", err),
}
Expand Down

0 comments on commit a4430bf

Please sign in to comment.