Small formatting change
This commit is contained in:
parent
4cac9786c5
commit
79ab05458f
@ -90,4 +90,6 @@ macro_rules! single_match {
|
||||
};
|
||||
}
|
||||
|
||||
fn main() {single_match!(5);}
|
||||
fn main() {
|
||||
single_match!(5);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user