cargo fmt

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-09-16 15:34:06 +02:00
parent 9c82d5e3f3
commit 1341fa7add
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

@ -3,8 +3,8 @@ use std::ptr;
use std::thread;
use crossbeam_channel::{unbounded, Sender};
use lazy_static::lazy_static;
use kv_log_macro::trace;
use lazy_static::lazy_static;
use super::task;
use super::{JoinHandle, Task};