Skip to content

Commit

Permalink
not formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
olahfemi committed Nov 23, 2024
1 parent f4763cf commit 99ef988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/balances.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ pub trait Config: crate::system::Config {
#[derive(Debug)]
pub struct Pallet<T: Config> {
// A simple storage mapping from accounts to their balances.
balances: BTreeMap<T::AccountId, T::Balance>,
balances: BTreeMap<T::AccountId, T::Balance>,
}

impl<T: Config> Pallet<T> {
Expand Down

0 comments on commit 99ef988

Please sign in to comment.