mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 08:47:57 +00:00
Format templates and fix --steps default value (#12286)
* Cleaup imports Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Format template Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Set steps min value to two Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
This commit is contained in:
committed by
GitHub
parent
d5c57ffcc1
commit
cb82064cb8
@@ -15,7 +15,7 @@
|
||||
#![allow(unused_parens)]
|
||||
#![allow(unused_imports)]
|
||||
|
||||
use frame_support::{traits::Get, weights::{Weight}};
|
||||
use frame_support::{traits::Get, weights::Weight};
|
||||
use sp_std::marker::PhantomData;
|
||||
|
||||
/// Weight functions for `{{pallet}}`.
|
||||
|
||||
Reference in New Issue
Block a user