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

@ -12,7 +12,8 @@ use crate::db::DatabaseImpls;
use auth::{auth_initiate, generate_authorization_header, recieve_handshake};
use db::{add_new_download_dir, DatabaseInterface, DATA_ROOT_DIR};
use downloads::download_commands::*;
use downloads::download_manager::{DownloadManager, DownloadManagerInterface};
use downloads::download_manager::DownloadManager;
use downloads::download_manager_interface::DownloadManagerInterface;
use env_logger::Env;
use http::{header::*, response::Builder as ResponseBuilder};
use library::{fetch_game, fetch_library, Game};