Update let.md -- follow whitespace style guideline
"Idiomatic code should not use extra whitespace in the middle of a line to provide alignment."
This commit is contained in:
parent
06706510cb
commit
4d90b4d9b8
@ -34,7 +34,7 @@ Prefer
|
||||
|
||||
```rust
|
||||
let foo = match bar {
|
||||
Baz => 0,
|
||||
Baz => 0,
|
||||
Quux => 1
|
||||
};
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user