Skip to content
Snippets Groups Projects
Unverified Commit a91798dc authored by Nikos Kontakis's avatar Nikos Kontakis
Browse files

clippy again

parent 0bddfba6
Branches
No related merge requests found
......@@ -147,7 +147,7 @@ impl NetworkConfig {
let _ = TryInto::<Chain>::try_into(
parachain
.chain()
.ok_or(&format!("{}", CHAIN_NAME_MUST_EXIST.to_string()))
.ok_or(&format!("{}", CHAIN_NAME_MUST_EXIST))
.unwrap()
.as_str(),
);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment