]> git.lizzy.rs Git - rust.git/commitdiff
clean tests/ui/conf_french_blacklisted_name.rs
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Thu, 11 May 2017 10:02:01 +0000 (11:02 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Thu, 11 May 2017 15:22:32 +0000 (16:22 +0100)
Cleaning the empty lines for clarity.

tests/ui/conf_french_blacklisted_name.rs

index 20cd6aba369ad40eeb8dab73bf1f50d1b4afee20..ccc53f0c07ad02061f8e0e062cb94bf81317e948 100644 (file)
@@ -18,9 +18,6 @@ fn main() {
 
     match (42, Some(1337), Some(0)) {
         (toto, Some(tata), titi @ Some(_)) => (),
-
-
-
         _ => (),
     }
 }