mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-22 19:49:22 +00:00
cargo +nightly fmt
This commit is contained in:
parent
e2571a43aa
commit
b2169a7316
1 changed files with 5 additions and 1 deletions
|
@ -152,7 +152,11 @@ pub mod substrate {
|
|||
|
||||
#[derive(Clone, PartialEq, Eq, Debug, Zeroize, Serialize, Deserialize)]
|
||||
pub enum CoordinatorMessage {
|
||||
SubstrateBlock { context: SubstrateContext, key: Vec<u8>, burns: Vec<OutInstructionWithBalance> },
|
||||
SubstrateBlock {
|
||||
context: SubstrateContext,
|
||||
key: Vec<u8>,
|
||||
burns: Vec<OutInstructionWithBalance>,
|
||||
},
|
||||
}
|
||||
|
||||
impl CoordinatorMessage {
|
||||
|
|
Loading…
Reference in a new issue