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
@@ -680,7 +680,7 @@ pub(crate) mod tests {
&target,
test_transaction_hash(0),
))
.is_err(),);
.is_err());
assert!(target.data.lock().submitted_proofs.is_empty());
}
@@ -861,7 +861,7 @@ pub(crate) mod tests {
failed: 1,
}),
);
assert_eq!(target.data.lock().submitted_proofs, vec![],);
assert_eq!(target.data.lock().submitted_proofs, vec![]);
}
#[test]