Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
LelouBil committed Aug 7, 2024
1 parent fbe45b8 commit 49fc1e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion espflash/src/cli/monitor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ use std::{
time::Duration,
};

use crossterm::event::KeyEventKind;
use crossterm::{
event::{poll, read, Event, KeyCode, KeyEvent, KeyModifiers},
terminal::{disable_raw_mode, enable_raw_mode},
};
use crossterm::event::KeyEventKind;
use log::error;
use miette::{IntoDiagnostic, Result};
#[cfg(feature = "serialport")]
Expand Down

0 comments on commit 49fc1e0

Please sign in to comment.