Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Yoshua Wuyts <[email protected]>
  • Loading branch information
yoshuawuyts committed Sep 16, 2019
1 parent 9c82d5e commit 1341fa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/task/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 1341fa7

Please sign in to comment.