Fix formatting issues for CI/CD
This commit is contained in:
@@ -5,13 +5,10 @@ use crossterm::{
|
||||
terminal::{disable_raw_mode, enable_raw_mode, EnterAlternateScreen, LeaveAlternateScreen},
|
||||
};
|
||||
use ratatui::{
|
||||
backend::{Backend, CrosstermBackend}, Terminal,
|
||||
};
|
||||
use std::{
|
||||
io,
|
||||
sync::Arc,
|
||||
time::Duration,
|
||||
backend::{Backend, CrosstermBackend},
|
||||
Terminal,
|
||||
};
|
||||
use std::{io, sync::Arc, time::Duration};
|
||||
use tokio::{sync::Mutex, time};
|
||||
|
||||
mod app;
|
||||
|
||||
Reference in New Issue
Block a user