Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Boog900 committed Sep 30, 2024
1 parent edc5f36 commit 09a5d28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion p2p/p2p-core/src/client/handshaker/builder.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use std::{marker::PhantomData, convert::Infallible};
use std::{convert::Infallible, marker::PhantomData};

use futures::{stream, Stream};
use tower::{make::Shared, util::MapErr};
Expand Down

0 comments on commit 09a5d28

Please sign in to comment.