mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-11 23:31:07 +00:00
Remove extra commas made redundent after rustfmt (#9404)
* Remove extra commas made redundent after rustfmt
This commit is contained in:
@@ -1913,7 +1913,7 @@ where
|
||||
// (i.e. fork blocks and bad blocks respectively)
|
||||
match self.block_rules.lookup(number, &hash) {
|
||||
BlockLookupResult::KnownBad => {
|
||||
trace!("Rejecting known bad block: #{} {:?}", number, hash,);
|
||||
trace!("Rejecting known bad block: #{} {:?}", number, hash);
|
||||
return Ok(ImportResult::KnownBad)
|
||||
},
|
||||
BlockLookupResult::Expected(expected_hash) => {
|
||||
|
||||
Reference in New Issue
Block a user