Run cargo fmt

This commit is contained in:
Dheepak Krishnamurthy 2021-02-11 02:49:04 -07:00
parent ff19e3a9b6
commit 31ffa02bb0

View file

@ -7,8 +7,8 @@ use crossterm::{
use tui::{backend::CrosstermBackend, Terminal};
use std::io::{self, Write};
use std::sync::{Arc};
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
use std::{sync::mpsc, thread, time::Duration};
#[derive(Debug, Clone, Copy)]