]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/fn-custom-7.rs
Tidy up and pass tests
[rust.git] / tests / target / fn-custom-7.rs
index 88c6ab10d800d2cedc3070d0de5f2748aaaf9858..ec113c30d53f803841ebcabf5308c4cdadd959e3 100644 (file)
@@ -1,7 +1,7 @@
 // rustfmt-normalize_comments: true
 // rustfmt-indent_style: Block
 // rustfmt-fn_args_density: Vertical
-// rustfmt-fn_brace_style: AlwaysNextLine
+// rustfmt-brace_style: AlwaysNextLine
 
 // Case with only one variable.
 fn foo(a: u8) -> u8
@@ -29,7 +29,8 @@ fn foo(
     bar()
 }
 
-trait Test {
+trait Test
+{
     fn foo(a: u8)
     {
     }