refactor(downloads): Ran cargo fmt

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-13 21:28:24 +11:00
parent 075d6ecf3c
commit b8cf44c0b2
7 changed files with 119 additions and 62 deletions

View File

@ -207,7 +207,6 @@ impl GameDownloadAgent {
.build()
.unwrap();
pool.scope(move |scope| {
let contexts = self.contexts.lock().unwrap();