mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 22:31:03 +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:
@@ -641,7 +641,7 @@ fn circulated_statement_goes_to_all_peers_with_view() {
|
||||
.get(&hash_b)
|
||||
.unwrap()
|
||||
.sent_statements
|
||||
.contains(&fingerprint),);
|
||||
.contains(&fingerprint));
|
||||
|
||||
assert!(peer_data
|
||||
.get(&peer_c)
|
||||
@@ -650,7 +650,7 @@ fn circulated_statement_goes_to_all_peers_with_view() {
|
||||
.get(&hash_b)
|
||||
.unwrap()
|
||||
.sent_statements
|
||||
.contains(&fingerprint),);
|
||||
.contains(&fingerprint));
|
||||
|
||||
let message = handle.recv().await;
|
||||
assert_matches!(
|
||||
|
||||
Reference in New Issue
Block a user