Skip to content

Commit

Permalink
Semicolons
Browse files Browse the repository at this point in the history
  • Loading branch information
zdave-parity committed Oct 27, 2023
1 parent 3d7bac7 commit 1d727aa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions runtime/src/bridge_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ pub(crate) mod tests {
BridgePolkadotGrandpa::best_finalized(),
Some(polkadot_header(HeaderType::WithMessages).id())
);
})
});
}

#[test]
Expand Down Expand Up @@ -574,7 +574,7 @@ pub(crate) mod tests {
),
Some(*bridge_hub_polkadot_header(HeaderType::WithMessages).state_root())
);
})
});
}

#[test]
Expand All @@ -599,7 +599,7 @@ pub(crate) mod tests {
// Relayer may deliver messages from Polkadot BH
assert_ok_ok(submit_messages_from_polkadot_bridge_hub(relayer_signer()));
assert!(!BridgePolkadotMessages::inbound_lane_data(XCM_LANE).relayers.is_empty());
})
});
}

#[test]
Expand Down Expand Up @@ -637,7 +637,7 @@ pub(crate) mod tests {
BridgePolkadotMessages::outbound_lane_data(XCM_LANE).latest_received_nonce,
0
);
})
});
}

#[test]
Expand Down

0 comments on commit 1d727aa

Please sign in to comment.