Skip to content

Commit 28c79ef

Browse files
committed
refactor(client-cli): rename reqwest_http_downloader.rs to reqwest.rs
1 parent 3892a40 commit 28c79ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mod interface;
2-
mod reqwest_http_downloader;
2+
mod reqwest;
33

44
pub use interface::*;
5-
pub use reqwest_http_downloader::*;
5+
pub use reqwest::*;

0 commit comments

Comments
 (0)