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.
This commit is contained in:
Seiichi Uchida 2018-03-10 14:57:31 +09:00 committed by topecongiro
parent b077297179
commit 7917d6f94a

View File

@ -81,17 +81,17 @@ struct AlwaysOnNextLine<LongLongTypename, LongTypename, A, B, C, D, E, F>
pub trait SomeTrait<T> pub trait SomeTrait<T>
where T: Something where T: Something
+ Sync + Sync
+ Send + Send
+ Display + Display
+ Debug + Debug
+ Copy + Copy
+ Hash + Hash
+ Debug + Debug
+ Display + Display
+ Write + Write
+ Read + Read
+ FromStr + FromStr
{ {
} }