style: run rustfmt

pull/217/head
Florian Dehau 4 years ago
parent e6ce0ab9a7
commit d50327548b

@ -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;

Loading…
Cancel
Save