clean tests/ui/blacklisted_name.rs

Cleaning the empty lines for clarity.
This commit is contained in:
Luis de Bethencourt 2017-05-10 15:03:45 +01:00
parent ac4ce0b2fe
commit 0c9d9d9f6c

View File

@ -18,9 +18,6 @@ fn main() {
match (42, Some(1337), Some(0)) {
(foo, Some(bar), baz @ Some(_)) => (),
_ => (),
}
}