Skip to content

Commit cd67825

Browse files
committed
fmt
1 parent d873c61 commit cd67825

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/ui/stacked_if_match.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ fn if_match_no_lint() {
8282
if match x {
8383
1 => 2,
8484
_ => 3,
85-
} == 4 {
85+
} == 4
86+
{
8687
println!("true");
8788
}
8889
}

0 commit comments

Comments
 (0)