]> git.lizzy.rs Git - rust.git/blob - tests/target/configs-where_density-vertical.rs
Move Indent and Shape to shape.rs from lib.rs
[rust.git] / tests / target / configs-where_density-vertical.rs
1 // rustfmt-where_density: Vertical
2 // Where density
3
4 trait Lorem {
5     fn ipsum<Dolor>(dolor: Dolor) -> Sit
6     where
7         Dolor: Eq;
8
9     fn ipsum<Dolor>(dolor: Dolor) -> Sit
10     where
11         Dolor: Eq,
12     {
13         // body
14     }
15 }