Skip to content

Commit

Permalink
minor: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-markin committed Dec 27, 2024
1 parent 70fe81d commit 884be23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion substrate/client/network/transactions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ use log::{debug, trace, warn};
use prometheus_endpoint::{register, Counter, PrometheusError, Registry, U64};
use sc_network::{
config::{NonReservedPeerMode, ProtocolId, SetConfig},
error, multiaddr::{Multiaddr, Protocol},
error,
multiaddr::{Multiaddr, Protocol},
peer_store::PeerStoreProvider,
service::{
traits::{NotificationEvent, NotificationService, ValidationResult},
Expand Down

0 comments on commit 884be23

Please sign in to comment.