]> git.lizzy.rs Git - rust.git/blobdiff - tests/target/trait.rs
Tidy up and pass tests
[rust.git] / tests / target / trait.rs
index e4d78f7222962bfa10927021b234a74afdede3b1..133e8babedb9759c5bdaf851eb0653d4d62e1e15 100644 (file)
@@ -103,14 +103,13 @@ trait Foo {
 // #2331
 trait MyTrait<
     AAAAAAAAAAAAAAAAAAAA,
-BBBBBBBBBBBBBBBBBBBB,
-CCCCCCCCCCCCCCCCCCCC,
-DDDDDDDDDDDDDDDDDDDD,
+    BBBBBBBBBBBBBBBBBBBB,
+    CCCCCCCCCCCCCCCCCCCC,
+    DDDDDDDDDDDDDDDDDDDD,
 > {
     fn foo() {}
 }
 
-
 // Trait aliases
 trait FooBar = Foo + Bar;
 trait FooBar<A, B, C> = Foo + Bar;