Skip to content

Commit

Permalink
".git/.scripts/commands/fmt/fmt.sh"
Browse files Browse the repository at this point in the history
  • Loading branch information
command-bot committed Oct 10, 2023
1 parent 50c9895 commit b289b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions substrate/frame/support/src/traits/storage.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,8 @@ pub trait Consideration<AccountId, Balance>: 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<Self, DispatchError>;

/// Optionally consume an old ticket and alter the footprint, enforcing the new cost to `who`
Expand Down

0 comments on commit b289b1b

Please sign in to comment.