Skip to content

Commit 79ab054

Browse files
committed
Small formatting change
1 parent 4cac978 commit 79ab054

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/ui/single_match.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,6 @@ macro_rules! single_match {
9090
};
9191
}
9292

93-
fn main() {single_match!(5);}
93+
fn main() {
94+
single_match!(5);
95+
}

0 commit comments

Comments
 (0)