summaryrefslogtreecommitdiff
path: root/cli/file_fetcher.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/file_fetcher.rs')
-rw-r--r--cli/file_fetcher.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/cli/file_fetcher.rs b/cli/file_fetcher.rs
index 1a60e22c2..93301d1fc 100644
--- a/cli/file_fetcher.rs
+++ b/cli/file_fetcher.rs
@@ -448,11 +448,7 @@ impl SourceFileFetcher {
.boxed_local();
}
- info!(
- "{} {}",
- colors::green("Download".to_string()),
- module_url.to_string()
- );
+ info!("{} {}", colors::green("Download"), module_url.to_string());
let dir = self.clone();
let module_url = module_url.clone();