Remove all linter warnings

This commit is contained in:
Igor Katson 2021-07-02 10:21:19 +01:00
parent 1f299247d2
commit d722f0edcb
11 changed files with 73 additions and 92 deletions

View file

@ -35,6 +35,6 @@ impl BlockingSpawner {
return tokio::task::block_in_place(f);
}
return f();
f()
}
}