Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
binarycat committed Jul 31, 2024
1 parent c8263c2 commit cf7688e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/bootstrap/src/core/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -225,10 +225,7 @@ impl Config {
"3",
"-SRf",
]);
wget.args([
"-O",
tempfile.to_str().unwrap(),
]);
wget.args(["-O", tempfile.to_str().unwrap()]);
// Don't print progress in CI; the \r wrapping looks bad and downloads don't take long enough for progress to be useful.
if CiEnv::is_ci() {
curl.arg("-s");
Expand Down

0 comments on commit cf7688e

Please sign in to comment.