Formatting

This commit is contained in:
Félix Saparelli 2022-06-01 01:11:53 +12:00
parent 23f05f3985
commit e3754de7f7
No known key found for this signature in database
GPG key ID: B948C4BAE44FC474

View file

@ -30,7 +30,9 @@ impl super::Fetcher for GhCrateMeta {
let url = self.url()?; let url = self.url()?;
if url.scheme() != "https" { 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}'"); info!("Checking for package at: '{url}'");