Skip to content

Commit 8be7050

Browse files
committed
Fix formatting
1 parent 6ee0e22 commit 8be7050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/question_mark.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn some_other_func(a: Option<u32>) -> Option<u32> {
1919
if a.is_none() {
2020
return None;
2121
} else {
22-
return Some(0);
22+
return Some(0);
2323
}
2424
unreachable!()
2525
}

0 commit comments

Comments
 (0)