Skip to content

Commit ce51b5c

Browse files
committed
formatting :/
1 parent 182346d commit ce51b5c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/ui/match_same_arms.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ pub fn f(x: Ordering) {
1616

1717
mod f {
1818
#![deny(non_exhaustive_omitted_patterns)]
19-
19+
2020
use super::*;
21-
21+
2222
pub fn f(x: Ordering) {
2323
match x {
2424
Ordering::Relaxed => println!("relaxed"),
@@ -31,7 +31,6 @@ mod f {
3131
}
3232

3333
pub enum Abc {
34-
3534
A,
3635
B,
3736
C,

0 commit comments

Comments
 (0)