]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/else-if-brace-style-closing-next-line.rs
Tidy up and pass tests
[rust.git] / tests / target / else-if-brace-style-closing-next-line.rs
index 04ee82bb82840c2c241f22fca7795f8ef9f7a8ef..c99807dc06db460f8a447a4f85c798d3506e4d1b 100644 (file)
@@ -13,10 +13,8 @@ fn main() {
         ();
     }
 
-
     let a = if 0 > 1 { unreachable!() } else { 0x0 };
 
-
     if true {
         ();
     }