From 165ea58a9cb4300342dd9623c11aea9dbb42ab0a Mon Sep 17 00:00:00 2001 From: binarycat Date: Fri, 9 Aug 2024 18:40:05 -0400 Subject: [PATCH] fmt --- src/bootstrap/src/core/download.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bootstrap/src/core/download.rs b/src/bootstrap/src/core/download.rs index fb93e08dbce76..95e1f95fc63da 100644 --- a/src/bootstrap/src/core/download.rs +++ b/src/bootstrap/src/core/download.rs @@ -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() {