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
commit 105e78151a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
16 changed files with 30 additions and 30 deletions

View File

@ -114,6 +114,6 @@ fn main() {
&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