blob: 81438f1194f90c8d5fc839bbf5ae66b15aaa9d61 [file] [log] [blame]
// rustfmt-item_brace_style: PreferSameLine
// Item brace style
struct Lorem {
ipsum: bool,
}
struct Dolor<T> where T: Eq {
sit: T,
}