Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Apr 22, 2022
1 parent 327c7ea commit 6826e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway-sp-comms/src/communicator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ use hyper::Body;
use slog::info;
use slog::o;
use slog::Logger;
use tokio::time::Instant;
use std::sync::Arc;
use std::time::Duration;
use tokio::time::Instant;
use tokio_tungstenite::tungstenite::handshake;

/// Helper trait that allows us to return an `impl FuturesUnordered<_>` where
Expand Down

0 comments on commit 6826e4a

Please sign in to comment.