Skip to content

Commit 7917d6f

Browse files
committed
Update tests
This is an unintentional side effect of this PR. Nonetheless the diff looks harmless to me, and it is only relevant when `indent_style = Visual`. So I think this is ok.
1 parent b077297 commit 7917d6f

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

tests/target/where-clause.rs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,17 +81,17 @@ struct AlwaysOnNextLine<LongLongTypename, LongTypename, A, B, C, D, E, F>
8181

8282
pub trait SomeTrait<T>
8383
where T: Something
84-
+ Sync
85-
+ Send
86-
+ Display
87-
+ Debug
88-
+ Copy
89-
+ Hash
90-
+ Debug
91-
+ Display
92-
+ Write
93-
+ Read
94-
+ FromStr
84+
+ Sync
85+
+ Send
86+
+ Display
87+
+ Debug
88+
+ Copy
89+
+ Hash
90+
+ Debug
91+
+ Display
92+
+ Write
93+
+ Read
94+
+ FromStr
9595
{
9696
}
9797

0 commit comments

Comments
 (0)