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:
Sergei Shulepov
2021-08-05 19:53:17 +02:00
committed by GitHub
parent 00d6fc5af0
commit 68c03f66f3
46 changed files with 136 additions and 136 deletions
@@ -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!(