mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
cargo fmt (#5515)
This commit is contained in:
@@ -472,8 +472,7 @@ where
|
|||||||
>,
|
>,
|
||||||
{
|
{
|
||||||
ext.execute_with(|| {
|
ext.execute_with(|| {
|
||||||
let (solution, _) =
|
let (solution, _) = <EPM::Pallet<T>>::mine_solution().map_err::<Error<T>, _>(Into::into)?;
|
||||||
<EPM::Pallet<T>>::mine_solution().map_err::<Error<T>, _>(Into::into)?;
|
|
||||||
if do_feasibility {
|
if do_feasibility {
|
||||||
let _ = <EPM::Pallet<T>>::feasibility_check(
|
let _ = <EPM::Pallet<T>>::feasibility_check(
|
||||||
solution.clone(),
|
solution.clone(),
|
||||||
|
|||||||
Reference in New Issue
Block a user