Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Aug 13, 2024
1 parent 936c563 commit 45cf730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cumulus/polkadot-parachain/src/chain_spec/bridge_hubs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ pub mod rococo {
)
.with_name(chain_name)
.with_id(super::ensure_id(id).expect("invalid id"))
.with_chain_type(chain_type)
.with_chain_type(chain_type.clone())
.with_genesis_config_patch(match chain_type {
ChainType::Development => bridge_hub_rococo_development_genesis(
para_id,
Expand Down

0 comments on commit 45cf730

Please sign in to comment.