From a1ae1e0d46b10939b5bad1c2248db87b56772e01 Mon Sep 17 00:00:00 2001 From: Daniel Moka Date: Fri, 27 Dec 2024 12:05:57 +0100 Subject: [PATCH] format doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bastian Köcher --- substrate/frame/utility/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/frame/utility/src/lib.rs b/substrate/frame/utility/src/lib.rs index 80373a2ef790..151c3286f5bf 100644 --- a/substrate/frame/utility/src/lib.rs +++ b/substrate/frame/utility/src/lib.rs @@ -121,7 +121,7 @@ pub mod pallet { Into<::RuntimeOrigin> + IsType<<::RuntimeOrigin as frame_support::traits::OriginTrait>::PalletsOrigin>; - ///Hook to be called before any batch operation + /// Hook to be called before any batch operation. type BatchHook: BatchHook; /// Weight information for extrinsics in this pallet.