refactor: reorder module declarations in download/mod.rs for consistency

This commit is contained in:
Palash Tyagi 2024-11-13 10:29:00 +00:00
parent ad92f10633
commit 332ed9ec25

View File

@ -1,5 +1,5 @@
pub mod jpmaqsdownload;
pub mod helpers; pub mod helpers;
pub mod oauth_client; pub mod jpmaqsdownload;
pub mod requester; mod oauth_client;
pub mod parreq; mod parreq;
mod requester;