Run rustfmt

This commit is contained in:
Ryan Leckey
2020-01-15 01:34:20 -08:00
parent ae4fcd1406
commit 809bc3964c
9 changed files with 24 additions and 33 deletions

View File

@@ -6,8 +6,8 @@ use std::time::Instant;
use crossbeam_queue::{ArrayQueue, SegQueue};
use futures_channel::oneshot::{channel, Sender};
use crate::runtime::{sleep, spawn, timeout, yield_now};
use super::{Idle, Live, Options};
use crate::runtime::{sleep, spawn, timeout, yield_now};
use crate::{
connection::{Connect, Connection},
error::Error,