mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-09 15:18:00 +00:00
Remove extra commas made redundent after rustfmt (#9404)
* Remove extra commas made redundent after rustfmt
This commit is contained in:
@@ -150,7 +150,7 @@ impl OffchainState {
|
||||
panic!("Missing pending request: {:?}.\n\nAll: {:?}", id, self.requests);
|
||||
},
|
||||
Some(req) => {
|
||||
assert_eq!(*req, expected,);
|
||||
assert_eq!(*req, expected);
|
||||
req.response = Some(response.into());
|
||||
req.response_headers = response_headers.into_iter().collect();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user