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:
Denis Pisarev
2021-11-12 21:06:31 +01:00
committed by GitHub
parent 2595d8c23c
commit 1568bb5c9a
3 changed files with 3 additions and 3 deletions
@@ -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();