Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 165ea58

Browse files
committedAug 9, 2024·
fmt
1 parent 827055d commit 165ea58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/bootstrap/src/core/download.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,8 @@ impl Config {
232232
"--connect-timeout=30",
233233
"--read-timeout=30",
234234
"--tries=3",
235-
"-O", tempfile.to_str().unwrap()
235+
"-O",
236+
tempfile.to_str().unwrap(),
236237
]);
237238
// Don't print progress in CI; the \r wrapping looks bad and downloads don't take long enough for progress to be useful.
238239
if CiEnv::is_ci() {

0 commit comments

Comments
 (0)
Please sign in to comment.