Format with rustfmt 2018-12-10

This commit is contained in:
David Tolnay
2018-12-28 12:19:32 -05:00
parent 7e5066b878
commit eb7250792b
2 changed files with 3 additions and 7 deletions
+2 -5
View File
@@ -1420,12 +1420,9 @@ fn test_internally_tagged_braced_struct_with_zero_fields() {
struct S {}
assert_tokens(
&S{ },
&S {},
&[
Token::Struct {
name: "S",
len: 1,
},
Token::Struct { name: "S", len: 1 },
Token::Str("type"),
Token::Str("S"),
Token::StructEnd,