Skip to content

Commit 31a007a

Browse files
dcampbell24jooert
authored andcommitted
remove extra space from "over" code as well
1 parent 4d90b4d commit 31a007a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/style/features/let.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ over
4444
```rust
4545
let foo;
4646
match bar {
47-
Baz => {
47+
Baz => {
4848
foo = 0;
4949
}
5050
Quux => {

0 commit comments

Comments
 (0)