Skip to content

Commit 4985368

Browse files
committed
💄 cargo fmt
1 parent e804b3b commit 4985368

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ pub enum Action {
1212
pub fn handle_events() -> std::io::Result<Action> {
1313
match crossterm::event::read()? {
1414
crossterm::event::Event::Key(event) if event.kind == KeyEventKind::Press => {
15-
return Ok(handle_key_event(event))
15+
return Ok(handle_key_event(event));
1616
}
1717
_ => (),
1818
}

0 commit comments

Comments
 (0)