fix: unnecessary space

This commit is contained in:
katopz
2022-10-11 09:44:22 +07:00
parent 16e8f45ab8
commit de36f5cfb0
4 changed files with 8 additions and 8 deletions

View File

@ -105,7 +105,7 @@ fn print_str(s: String) {
fn print_str(s: &String) {
println!("{}",s)
}
```
```
5.