Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Jun 15, 2022
1 parent 7e39251 commit 7efc054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/muxing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
//! The upgrade process will take ownership of the connection, which makes it possible for the
//! implementation of `StreamMuxer` to control everything that happens on the wire.

use futures::{AsyncRead, AsyncWrite, task::Context, task::Poll};
use futures::{task::Context, task::Poll, AsyncRead, AsyncWrite};
use multiaddr::Multiaddr;
use std::io;

Expand Down

0 comments on commit 7efc054

Please sign in to comment.