Skip to content

Commit 8686383

Browse files
committed
Rustfmt
1 parent caacef2 commit 8686383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_system/utils.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ pub(crate) fn spawn_and_wait(mut cmd: Command) {
191191
// Based on the retry function in rust's src/ci/shared.sh
192192
#[track_caller]
193193
pub(crate) fn retry_spawn_and_wait(tries: u64, mut cmd: Command) {
194-
for i in 1..tries+1 {
194+
for i in 1..tries + 1 {
195195
if i != 1 {
196196
println!("Command failed. Attempt {i}/{tries}:");
197197
}

0 commit comments

Comments
 (0)