Merge pull request #316 from katopz/master

fix: unnecessary space
This commit is contained in:
Sunface
2022-11-07 08:26:17 +08:00
committed by GitHub
16 changed files with 30 additions and 30 deletions

View File

@ -114,6 +114,6 @@ fn main() {
&mut value => value.push_str(" world!") &mut value => value.push_str(" world!")
} }
} }
```` ```
> You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it > You can find the solutions [here](https://github.com/sunface/rust-by-practice)(under the solutions path), but only use it when you need it