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

@ -204,7 +204,7 @@ fn main() {
_ => ()
}
}
```
```
> 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