diff --git a/polkadot/utils/staking-miner/src/main.rs b/polkadot/utils/staking-miner/src/main.rs index 5048c57a19..a5c7792f0c 100644 --- a/polkadot/utils/staking-miner/src/main.rs +++ b/polkadot/utils/staking-miner/src/main.rs @@ -472,8 +472,7 @@ where >, { ext.execute_with(|| { - let (solution, _) = - >::mine_solution().map_err::, _>(Into::into)?; + let (solution, _) = >::mine_solution().map_err::, _>(Into::into)?; if do_feasibility { let _ = >::feasibility_check( solution.clone(),