mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-30 08:27:55 +00:00
3x8 update nightly fix fmt (#4241)
* CI: revert me [skip ci] * CI: revert me too * fmt with latest nightly * CI: undebug Co-authored-by: Andronik Ordian <write@reusable.software>
This commit is contained in:
@@ -159,7 +159,7 @@ impl Requester {
|
||||
// Just book keeping - we are already requesting that chunk:
|
||||
{
|
||||
e.get_mut().add_leaf(leaf);
|
||||
}
|
||||
},
|
||||
Entry::Vacant(e) => {
|
||||
let tx = self.tx.clone();
|
||||
let metrics = self.metrics.clone();
|
||||
|
||||
Reference in New Issue
Block a user