Skip to content
Snippets Groups Projects
Commit 2bb89cc5 authored by Mara Broda's avatar Mara Broda :coffee: Committed by GitHub
Browse files

cargo fmt (#5515)

parent 5e458f6a
Branches
No related merge requests found
......@@ -472,8 +472,7 @@ where
>,
{
ext.execute_with(|| {
let (solution, _) =
<EPM::Pallet<T>>::mine_solution().map_err::<Error<T>, _>(Into::into)?;
let (solution, _) = <EPM::Pallet<T>>::mine_solution().map_err::<Error<T>, _>(Into::into)?;
if do_feasibility {
let _ = <EPM::Pallet<T>>::feasibility_check(
solution.clone(),
......
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