From 49fc1e0908499aba53fb5c4abaec40283517cc24 Mon Sep 17 00:00:00 2001 From: Bilel MEDIMEGH Date: Wed, 7 Aug 2024 13:34:27 +0200 Subject: [PATCH] Fix formatting --- espflash/src/cli/monitor/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/espflash/src/cli/monitor/mod.rs b/espflash/src/cli/monitor/mod.rs index 71079f38..1d733639 100644 --- a/espflash/src/cli/monitor/mod.rs +++ b/espflash/src/cli/monitor/mod.rs @@ -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")]