cargo +nightly fmt

This commit is contained in:
Luke Parker 2023-04-15 23:09:39 -04:00
parent e2571a43aa
commit b2169a7316
No known key found for this signature in database

View file

@ -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 {