Fix whitespace in tests

This commit is contained in:
Edwin Cheng 2020-03-05 00:12:39 +08:00
parent 6794d50a9b
commit c7b0c72dd7
2 changed files with 3 additions and 3 deletions

View file

@ -266,7 +266,7 @@ mod tests {
BuiltinDeriveExpander::Copy,
);
assert_eq!(expanded, "impl <>std::marker::CopyforFoo <>{}");
assert_eq!(expanded, "impl< >std::marker::CopyforFoo< >{}");
}
#[test]