Skip to content

Commit da105d6

Browse files
committed
Forgot to run cargo dev fmt again
1 parent 8ade02d commit da105d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/option_if_let_else.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fn test_map_or_else(arg: Option<u32>) {
2424
} else {
2525
let mut y = 1;
2626
for _ in 0..10 {
27-
y = (y + 2/y) / 2;
27+
y = (y + 2 / y) / 2;
2828
}
2929
y
3030
};

0 commit comments

Comments
 (0)