mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-21 07:31:03 +00:00
Fix Spellcheck for Template (#9795)
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
use frame_support::{traits::Get, weights::Weight};
|
use frame_support::{traits::Get, weights::Weight};
|
||||||
use sp_std::marker::PhantomData;
|
use sp_std::marker::PhantomData;
|
||||||
|
|
||||||
/// Weight functions for {{pallet}}.
|
/// Weight functions for `{{pallet}}`.
|
||||||
pub struct WeightInfo<T>(PhantomData<T>);
|
pub struct WeightInfo<T>(PhantomData<T>);
|
||||||
impl<T: frame_system::Config> {{pallet}}::WeightInfo for WeightInfo<T> {
|
impl<T: frame_system::Config> {{pallet}}::WeightInfo for WeightInfo<T> {
|
||||||
{{~#each benchmarks as |benchmark|}}
|
{{~#each benchmarks as |benchmark|}}
|
||||||
|
|||||||
Reference in New Issue
Block a user