Skip to content

Commit c33adb9

Browse files
Remove wrong indentation
1 parent 3da646d commit c33adb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/error/option_unwrap/defaults.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ fn main() {
2727
// But the variable named `apple` has been moved regardless, and cannot be used anymore.
2828
// println!("Variable apple was moved, so this line won't compile: {:?}", apple);
2929
// TODO: uncomment the line above to see the compiler error
30-
}
30+
}
3131
```
3232

3333
## `or_else()` is chainable, evaluates lazily, keeps empty value intact

0 commit comments

Comments
 (0)