fixing format

This commit is contained in:
Miguel Pérez García 2019-12-05 21:15:32 -06:00
parent 4670388a56
commit cc85533f7c

View file

@ -2,8 +2,8 @@
use std::time::Duration; use std::time::Duration;
use async_std::prelude::*;
use async_std::future; use async_std::future;
use async_std::prelude::*;
use async_std::task; use async_std::task;
#[test] #[test]