mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
chore: apply rustfmt to all crates (#917)
This commit is contained in:
@@ -8,8 +8,8 @@ use support::*;
|
||||
|
||||
use tokio_timer::*;
|
||||
|
||||
use futures::sync::{mpsc, oneshot};
|
||||
use futures::{future, Future, Stream};
|
||||
use futures::sync::{oneshot, mpsc};
|
||||
|
||||
#[test]
|
||||
fn simultaneous_deadline_future_completion() {
|
||||
|
||||
Reference in New Issue
Block a user