Skip to content

Commit

Permalink
cargo +nightly fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkazu committed Dec 11, 2024
1 parent 2e3f57b commit f7101c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/node/service/src/overseer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ where
let network_bridge_metrics: NetworkBridgeMetrics = Metrics::register(registry)?;
let approval_voting_parallel_metrics: ApprovalVotingParallelMetrics =
Metrics::register(registry)?;

let builder = Overseer::builder()
.network_bridge_tx(NetworkBridgeTxSubsystem::new(
network_service.clone(),
Expand Down

0 comments on commit f7101c5

Please sign in to comment.