fix: remove spaces

This commit is contained in:
zhaoshouhang
2023-04-07 13:40:23 +08:00
parent 9b6bcf6b93
commit 8e6993e25a
2 changed files with 4 additions and 4 deletions

View File

@ -153,8 +153,8 @@ fn main() {
let (width, precision) = get_format();
let scores = [("sunface", 99.12), ("jack", 60.34)];
/* Make it print:
sunface: 99.1
jack: 60.3
sunface: 99.1
jack: 60.3
*/
for (name, score) in scores {
println!("{name}: __");

View File

@ -153,8 +153,8 @@ fn main() {
let (width, precision) = get_format();
let scores = [("sunface", 99.12), ("jack", 60.34)];
/* 让下面的代码输出:
sunface: 99.1
jack: 60.3
sunface: 99.1
jack: 60.3
*/
for (name, score) in scores {
println!("{name}: __");