Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoverbear committed Nov 22, 2024
1 parent 3cae8c5 commit f78713a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/criticalup-core/src/download_server_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ impl DownloadServerClient {
.user_agent(config.whitelabel.http_user_agent)
.build()
.expect("failed to configure http client");
let client = ClientBuilder::new(client)
.build();
let client = ClientBuilder::new(client).build();

DownloadServerClient {
base_url: config.whitelabel.download_server_url.clone(),
Expand Down

0 comments on commit f78713a

Please sign in to comment.