blob: 9fb9837710a55ffba846aa7b2811795f44c0a5c9 [file] [log] [blame]
// rustfmt-where_density: Vertical
// Where density
trait Lorem {
fn ipsum<Dolor>(dolor: Dolor) -> Sit
where Dolor: Eq;
fn ipsum<Dolor>(dolor: Dolor) -> Sit
where Dolor: Eq
{
// body
}
}