Skip to content

Commit 1341fa7

Browse files
committed
cargo fmt
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 9c82d5e commit 1341fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/task/pool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ use std::ptr;
33
use std::thread;
44

55
use crossbeam_channel::{unbounded, Sender};
6-
use lazy_static::lazy_static;
76
use kv_log_macro::trace;
7+
use lazy_static::lazy_static;
88

99
use super::task;
1010
use super::{JoinHandle, Task};

0 commit comments

Comments
 (0)