Skip to content

Commit f9604d6

Browse files
committed
match code formatting
1 parent b72917b commit f9604d6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

steps/6/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ Maps are simple `key -> value` objects, allowing us to define an arbitrary sized
3434
```rust
3535
impl Pallet {
3636
pub fn new() -> Self {
37-
Self {
38-
balances: BTreeMap::new()
39-
}
37+
Self { balances: BTreeMap::new() }
4038
}
4139
}
4240
```

0 commit comments

Comments
 (0)