Fixing brace_style="PreferSameLine" structs and enums snippet

This commit is contained in:
David Alber 2018-01-14 17:14:29 -08:00
parent 034bd7a88e
commit 45deeee80f

View File

@ -814,7 +814,8 @@ struct Lorem {
}
struct Dolor<T>
where T: Eq {
where
T: Eq, {
sit: T,
}
```