remove extra space from "over" code as well
This commit is contained in:
parent
4d90b4d9b8
commit
31a007af19
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ over
|
|||
```rust
|
||||
let foo;
|
||||
match bar {
|
||||
Baz => {
|
||||
Baz => {
|
||||
foo = 0;
|
||||
}
|
||||
Quux => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue