mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 19:43:43 +00:00
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