Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Mar 2, 2023
1 parent e5684bc commit 882aba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/irust_api/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use serde::{Deserialize, Serialize};

// Reexport crossterm event types
pub mod event {
pub use crossterm::event::{Event, KeyCode, KeyEvent, KeyModifiers, KeyEventKind};
pub use crossterm::event::{Event, KeyCode, KeyEvent, KeyEventKind, KeyModifiers};
}
pub mod color {
pub use crossterm::style::Color;
Expand Down

0 comments on commit 882aba7

Please sign in to comment.