This commit is contained in:
veeso
2023-02-09 17:30:14 +01:00
parent 1db2ff7ec5
commit efd2235ff3
5 changed files with 9 additions and 24 deletions

View File

@@ -40,9 +40,7 @@ impl Builder {
}
(protocol, params) => {
error!("Invalid params for protocol '{:?}'", protocol);
panic!(
"Invalid protocol '{protocol:?}' with parameters of type {params:?}"
)
panic!("Invalid protocol '{protocol:?}' with parameters of type {params:?}")
}
}
}