fix template (#7905)

This commit is contained in:
Guillaume Thiolliere
2021-01-15 12:03:08 +01:00
committed by GitHub
parent 782fe4a3fb
commit cf37f44c38
@@ -323,7 +323,7 @@ pub mod pallet {{
#[pallet::generate_store({store_vis} trait Store)]
pub struct Pallet{decl_gen}(PhantomData{use_gen_tuple});
#[pallet::interface]
#[pallet::hooks]
impl{impl_gen} Hooks<BlockNumberFor<T>> for Pallet{use_gen}
// TODO_MAYBE_WHERE_CLAUSE
{{