Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro committed Jul 5, 2024
1 parent f009814 commit f328c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodes/mainnet/src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ mod tests {
check_nonce,
check_weight,
tx_payment,
frame_metadata_hash_extension::CheckMetadataHash::new(false)
frame_metadata_hash_extension::CheckMetadataHash::new(false),
);
let raw_payload = node_polkadex_runtime::SignedPayload::from_raw(
function.clone(),
Expand All @@ -865,7 +865,7 @@ mod tests {
(),
(),
(),
None
None,
),
);
let signature = raw_payload.using_encoded(|payload| signer.sign(payload));
Expand Down

0 comments on commit f328c96

Please sign in to comment.