mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-28 06:17:56 +00:00
Remove extra commas made redundent after rustfmt (#9404)
* Remove extra commas made redundent after rustfmt
This commit is contained in:
@@ -1030,7 +1030,7 @@ pub trait StoragePrefixedMap<Value: FullCodec> {
|
||||
None => unhashed::kill(&previous_key),
|
||||
},
|
||||
None => {
|
||||
log::error!("old key failed to decode at {:?}", previous_key,);
|
||||
log::error!("old key failed to decode at {:?}", previous_key);
|
||||
continue
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user