refactor: Ran cargo clippy & fmt

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-01-05 20:29:15 +11:00
parent 8aad64ffa7
commit 82804ebc67
31 changed files with 380 additions and 284 deletions

View File

@ -2,4 +2,4 @@ pub mod download_agent;
pub mod download_commands;
mod download_logic;
mod manifest;
mod stored_manifest;
mod stored_manifest;