mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-01 17:07:56 +00:00
Remove extra commas made redundent after rustfmt (#9404)
* Remove extra commas made redundent after rustfmt
This commit is contained in:
@@ -902,7 +902,7 @@ mod tests {
|
||||
|
||||
let OutEvent::SendRequest { target, pending_response, .. } =
|
||||
block_on(sender.next()).unwrap();
|
||||
assert!(target == peer0 || target == peer1, "Expect request to originate from known peer.",);
|
||||
assert!(target == peer0 || target == peer1, "Expect request to originate from known peer.");
|
||||
|
||||
// And we should have one busy peer.
|
||||
assert!({
|
||||
|
||||
Reference in New Issue
Block a user