Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
promptkp committed Sep 16, 2024
1 parent d873c61 commit cd67825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ui/stacked_if_match.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,8 @@ fn if_match_no_lint() {
if match x {
1 => 2,
_ => 3,
} == 4 {
} == 4
{
println!("true");
}
}
Expand Down

0 comments on commit cd67825

Please sign in to comment.