Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
binarycat committed Aug 9, 2024
1 parent 827055d commit 165ea58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bootstrap/src/core/download.rs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,8 @@ impl Config {
"--connect-timeout=30",
"--read-timeout=30",
"--tries=3",
"-O", tempfile.to_str().unwrap()
"-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() {
Expand Down

0 comments on commit 165ea58

Please sign in to comment.