Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
serban300 committed Sep 4, 2023
1 parent d1253ef commit 186056f
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1245,7 +1245,10 @@ cumulus_pallet_parachain_system::register_validate_block! {
mod tests {
use super::*;
use codec::Encode;
use sp_runtime::{generic::Era, traits::{SignedExtension, Zero}};
use sp_runtime::{
generic::Era,
traits::{SignedExtension, Zero},
};

#[test]
fn ensure_signed_extension_definition_is_compatible_with_relay() {
Expand All @@ -1263,7 +1266,10 @@ mod tests {
frame_system::CheckWeight::new(),
pallet_transaction_payment::ChargeTransactionPayment::from(10),
BridgeRejectObsoleteHeadersAndMessages,
(BridgeRefundBridgeHubRococoMessages::default(), BridgeRefundBridgeHubWococoMessages::default())
(
BridgeRefundBridgeHubRococoMessages::default(),
BridgeRefundBridgeHubWococoMessages::default(),
),
);

{
Expand Down

0 comments on commit 186056f

Please sign in to comment.