From 2bb89cc5c9cfefa05d8f0a5f3fa17a4566f2e18d Mon Sep 17 00:00:00 2001 From: Mara Robin B <mara@broda.me> Date: Thu, 12 May 2022 15:42:58 +0200 Subject: [PATCH] cargo fmt (#5515) --- polkadot/utils/staking-miner/src/main.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/polkadot/utils/staking-miner/src/main.rs b/polkadot/utils/staking-miner/src/main.rs index 5048c57a19a..a5c7792f0c4 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, _) = - <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(), -- GitLab