mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-09 20:11:01 +00:00
Format with rustfmt 2018-12-10
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user