refactor: Ran cargo clippy & cargo fmt

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2024-11-10 13:21:37 +11:00
parent 1aa52c0a21
commit 4983b25702
4 changed files with 10 additions and 7 deletions

View File

@ -1,7 +1,7 @@
use crate::{auth::generate_authorization_header, GAME_PAUSE_CHECK_INTERVAL};
use crate::db::DatabaseImpls;
use crate::downloads::manifest::DropDownloadContext;
use crate::DB;
use crate::{auth::generate_authorization_header, GAME_PAUSE_CHECK_INTERVAL};
use atomic_counter::{AtomicCounter, RelaxedCounter};
use log::{error, info};
use md5::{Context, Digest};