clean tests/ui/conf_french_blacklisted_name.rs

Cleaning the empty lines for clarity.
This commit is contained in:
Luis de Bethencourt 2017-05-11 11:02:01 +01:00
parent aa3d361bec
commit 5e45d09c4f

View File

@ -18,9 +18,6 @@ fn main() {
match (42, Some(1337), Some(0)) {
(toto, Some(tata), titi @ Some(_)) => (),
_ => (),
}
}