Skip to content

Commit 7fb88ca

Browse files
committed
fmt
1 parent c8263c2 commit 7fb88ca

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/bootstrap/src/core/download.rs

+1-4
Original file line numberDiff line numberDiff line change
@@ -225,10 +225,7 @@ impl Config {
225225
"3",
226226
"-SRf",
227227
]);
228-
wget.args([
229-
"-O",
230-
tempfile.to_str().unwrap(),
231-
]);
228+
wget.args(["-O", tempfile.to_str().unwrap()]);
232229
// Don't print progress in CI; the \r wrapping looks bad and downloads don't take long enough for progress to be useful.
233230
if CiEnv::is_ci() {
234231
curl.arg("-s");

src/tools/cargo

Submodule cargo updated 71 files

0 commit comments

Comments
 (0)