mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-05-05 11:40:04 +00:00
Formatting
This commit is contained in:
parent
23f05f3985
commit
e3754de7f7
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ impl super::Fetcher for GhCrateMeta {
|
|||
let url = self.url()?;
|
||||
|
||||
if url.scheme() != "https" {
|
||||
warn!("URL is not HTTPS! This may become a hard error in the future, tell the upstream!");
|
||||
warn!(
|
||||
"URL is not HTTPS! This may become a hard error in the future, tell the upstream!"
|
||||
);
|
||||
}
|
||||
|
||||
info!("Checking for package at: '{url}'");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue