mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 11:41:02 +00:00
Mass replace ,); pattern (#3580)
This is an artifact left by rustfmt which is not dare to remove the comma being conservative.
This commit is contained in:
@@ -104,7 +104,7 @@ pub mod pallet {
|
||||
Ok(Some(d)) => d,
|
||||
Ok(None) => return None,
|
||||
Err(_) => {
|
||||
log::warn!(target: LOG_TARGET, "ParachainsInherentData failed to decode",);
|
||||
log::warn!(target: LOG_TARGET, "ParachainsInherentData failed to decode");
|
||||
|
||||
return None
|
||||
},
|
||||
@@ -489,7 +489,7 @@ mod tests {
|
||||
// we don't directly check the block's weight post-call. Instead, we check that the
|
||||
// call has returned the appropriate post-dispatch weight for refund, and trust
|
||||
// Substrate to do the right thing with that information.
|
||||
assert_eq!(post_info.actual_weight.unwrap(), expected_weight,);
|
||||
assert_eq!(post_info.actual_weight.unwrap(), expected_weight);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user