From b289b1ba1a88b04656b2490210797b5ad7bb9446 Mon Sep 17 00:00:00 2001 From: command-bot <> Date: Tue, 10 Oct 2023 12:42:08 +0000 Subject: [PATCH] ".git/.scripts/commands/fmt/fmt.sh" --- substrate/frame/support/src/traits/storage.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/substrate/frame/support/src/traits/storage.rs b/substrate/frame/support/src/traits/storage.rs index ae838c307d5c..83e64f0afe59 100644 --- a/substrate/frame/support/src/traits/storage.rs +++ b/substrate/frame/support/src/traits/storage.rs @@ -215,8 +215,8 @@ pub trait Consideration: Member + FullCodec + TypeInfo + Max /// Create a ticket for a `new` balance attributable to `who`. This ticket *must* ultimately /// be consumed through `update` or `drop` once the footprint changes or is removed. - /// This is useful when a new ticket needs to be created with a precise balance, instead of deriving - /// it from a footprint + /// This is useful when a new ticket needs to be created with a precise balance, instead of + /// deriving it from a footprint fn new_from_exact(who: &AccountId, new: Balance) -> Result; /// Optionally consume an old ticket and alter the footprint, enforcing the new cost to `who`