Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Oct 13, 2023
1 parent 0712e6f commit 88b5efd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions substrate/validator-sets/pallet/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ pub mod pallet {

impl<T: Config> Default for GenesisConfig<T> {
fn default() -> Self {
GenesisConfig {
networks: Default::default(),
participants: Default::default(),
}
GenesisConfig { networks: Default::default(), participants: Default::default() }
}
}

Expand Down

0 comments on commit 88b5efd

Please sign in to comment.