Add missing ";".
pull/119/head
Spartucus 7 years ago committed by GitHub
parent 65b3998d89
commit f2c4cdd57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -83,7 +83,7 @@ fn generate_workout(intensity: i32, random_number: i32) {
println!(
"Today, run for {} minutes!",
simulated_expensive_calculation(intensity)
)
);
}
}
}

Loading…
Cancel
Save