Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Run fmt #3887

Merged
1 commit merged into from
Sep 17, 2021
Merged

Run fmt #3887

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion node/service/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1345,7 +1345,7 @@ pub fn new_chain_ops(
{
chain_ops!(config, jaeger_agent, telemetry_worker_handle; polkadot_runtime, PolkadotExecutorDispatch, Polkadot)
}

#[cfg(not(feature = "polkadot-native"))]
Err(Error::NoRuntime)
}
Expand Down