mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-28 19:37:55 +00:00
Format with rustfmt 0.6.0
This commit is contained in:
@@ -1311,9 +1311,7 @@ mod content {
|
||||
V: Visitor<'de>,
|
||||
{
|
||||
match self.content {
|
||||
Content::Newtype(v) => {
|
||||
visitor.visit_newtype_struct(ContentDeserializer::new(*v))
|
||||
}
|
||||
Content::Newtype(v) => visitor.visit_newtype_struct(ContentDeserializer::new(*v)),
|
||||
_ => visitor.visit_newtype_struct(self),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user