Skip to content

Commit d08d5a2

Browse files
committed
test ci
1 parent c47b3cc commit d08d5a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/balances.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub trait Config: crate::system::Config {
1515
#[derive(Debug)]
1616
pub struct Pallet<T: Config> {
1717
// A simple storage mapping from accounts to their balances.
18-
balances: BTreeMap<T::AccountId, T::Balance>,
18+
balances: BTreeMap<T::AccountId, T::Balance>,
1919
}
2020

2121
impl<T: Config> Pallet<T> {

0 commit comments

Comments
 (0)