forked from mirror/async-std
fixing format
This commit is contained in:
parent
4670388a56
commit
cc85533f7c
1 changed files with 4 additions and 4 deletions
|
@ -2,8 +2,8 @@
|
|||
|
||||
use std::time::Duration;
|
||||
|
||||
use async_std::prelude::*;
|
||||
use async_std::future;
|
||||
use async_std::prelude::*;
|
||||
use async_std::task;
|
||||
|
||||
#[test]
|
||||
|
|
Loading…
Reference in a new issue