mirror of
https://github.com/KaiserY/trpl-zh-cn
synced 2024-11-09 08:51:18 +08:00
Fix typo
Add missing ";".
This commit is contained in:
parent
65b3998d89
commit
f2c4cdd57b
@ -83,7 +83,7 @@ fn generate_workout(intensity: i32, random_number: i32) {
|
|||||||
println!(
|
println!(
|
||||||
"Today, run for {} minutes!",
|
"Today, run for {} minutes!",
|
||||||
simulated_expensive_calculation(intensity)
|
simulated_expensive_calculation(intensity)
|
||||||
)
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user