minor fix

This commit is contained in:
Roman Semenov 2020-01-17 13:57:33 +07:00
parent 0832660b2a
commit 8bb81239e1
No known key found for this signature in database
GPG Key ID: BA20CB01FE165657

View File

@ -154,7 +154,7 @@ fn main() {
} }
print!(" "); print!(" ");
} }
println!(""); println!();
} }
} }