fix: unnecessary space

This commit is contained in:
katopz
2022-10-11 09:43:03 +07:00
parent 80efefae9e
commit 16e8f45ab8
6 changed files with 12 additions and 12 deletions

View File

@ -62,7 +62,7 @@ fn print_str(s: String) {
```
5. 🌟🌟
```rust, editable
```rust,editable
// Don't use clone ,use copy instead
fn main() {
let x = (1, 2, (), "hello".to_string());