Fixing brace_style="AlwaysNextLine" structs and enums snippet
This commit is contained in:
parent
4db479f637
commit
034bd7a88e
1 changed files with 2 additions and 1 deletions
|
|
@ -783,7 +783,8 @@ struct Lorem {
|
|||
}
|
||||
|
||||
struct Dolor<T>
|
||||
where T: Eq
|
||||
where
|
||||
T: Eq,
|
||||
{
|
||||
sit: T,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue