mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-29 13:48:00 +00:00
cargo fmt (#5515)
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user