]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/control-brace-style-always-next-line.rs
Tidy up and pass tests
[rust.git] / tests / target / control-brace-style-always-next-line.rs
index 5b368fd08dbdfe2efbd747052e39edb09c207355..054a3075ca0c5aa675d7b0336ac632a1d1135920 100644 (file)
@@ -7,28 +7,24 @@ fn main() {
         ();
     }
 
-
     'label: loop
     // loop comment
     {
         ();
     }
 
-
     cond = true;
     while cond
     {
         ();
     }
 
-
     'while_label: while cond
     {
         // while comment
         ();
     }
 
-
     for obj in iter
     {
         for sub_obj in obj