Fixing brace_style="AlwaysNextLine" structs and enums snippet

This commit is contained in:
David Alber 2018-01-14 17:12:38 -08:00
parent 4db479f637
commit 034bd7a88e

View File

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