style: run rustfmt

This commit is contained in:
Florian Dehau 2020-01-19 18:44:00 +01:00
parent e6ce0ab9a7
commit d50327548b

View file

@ -1,8 +1,11 @@
use std::io;
use std::sync::mpsc;
use std::sync::{
atomic::{AtomicBool, Ordering},
Arc,
};
use std::thread;
use std::time::Duration;
use std::sync::{Arc, atomic::{AtomicBool, Ordering}};
use termion::event::Key;
use termion::input::TermRead;