mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-09 20:39:29 +00:00
cargo fmt
This commit is contained in:
parent
0712e6f107
commit
88b5efda99
1 changed files with 1 additions and 4 deletions
|
@ -41,10 +41,7 @@ pub mod pallet {
|
||||||
|
|
||||||
impl<T: Config> Default for GenesisConfig<T> {
|
impl<T: Config> Default for GenesisConfig<T> {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
GenesisConfig {
|
GenesisConfig { networks: Default::default(), participants: Default::default() }
|
||||||
networks: Default::default(),
|
|
||||||
participants: Default::default(),
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue