Skip to content

Commit

Permalink
fix: appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gankra committed Nov 16, 2023
1 parent 4a5c2f7 commit ea9e1e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,6 @@ impl Gazenot {
let server = &self.api_server;
let source_host = &self.source_host;
let owner = &self.owner;
let package = package;
let url = Url::from_str(&format!(
"https://{server}/{source_host}/{owner}/{package}/artifacts"
))?;
Expand Down

0 comments on commit ea9e1e4

Please sign in to comment.