Skip to content

Commit

Permalink
formatting :/
Browse files Browse the repository at this point in the history
  • Loading branch information
Centri3 committed Jun 13, 2023
1 parent 182346d commit ce51b5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/ui/match_same_arms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ pub fn f(x: Ordering) {

mod f {
#![deny(non_exhaustive_omitted_patterns)]

use super::*;

pub fn f(x: Ordering) {
match x {
Ordering::Relaxed => println!("relaxed"),
Expand All @@ -31,7 +31,6 @@ mod f {
}

pub enum Abc {

A,
B,
C,
Expand Down

0 comments on commit ce51b5c

Please sign in to comment.