Fixing brace_style="PreferSameLine"
structs and enums snippet
This commit is contained in:
parent
034bd7a88e
commit
45deeee80f
@ -814,7 +814,8 @@ struct Lorem {
|
||||
}
|
||||
|
||||
struct Dolor<T>
|
||||
where T: Eq {
|
||||
where
|
||||
T: Eq, {
|
||||
sit: T,
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user