Warning fixes (#54)

* More warning fixes

* Should be the last of the warning fixes

* Code cleanup

* Code formatting
This commit was merged in pull request #54.
This commit is contained in:
KD
2025-07-02 19:25:08 -04:00
committed by GitHub
parent 8b2b2f82e9
commit dbcfcfa109
14 changed files with 135 additions and 217 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use crate::syncers;
#[derive(Default)]
pub struct Download {
pub api: models::api::API,
pub api: models::api::Api,
}
#[derive(Debug)]