mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-06-14 02:21:01 +00:00
Re-indent
This commit is contained in:
@@ -160,8 +160,8 @@ pub trait Serializer {
|
|||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
fn visit_tuple_struct<V>(&mut self,
|
fn visit_tuple_struct<V>(&mut self,
|
||||||
_name: &'static str,
|
_name: &'static str,
|
||||||
visitor: V) -> Result<(), Self::Error>
|
visitor: V) -> Result<(), Self::Error>
|
||||||
where V: SeqVisitor,
|
where V: SeqVisitor,
|
||||||
{
|
{
|
||||||
self.visit_tuple(visitor)
|
self.visit_tuple(visitor)
|
||||||
@@ -201,8 +201,8 @@ pub trait Serializer {
|
|||||||
|
|
||||||
#[inline]
|
#[inline]
|
||||||
fn visit_struct<V>(&mut self,
|
fn visit_struct<V>(&mut self,
|
||||||
_name: &'static str,
|
_name: &'static str,
|
||||||
visitor: V) -> Result<(), Self::Error>
|
visitor: V) -> Result<(), Self::Error>
|
||||||
where V: MapVisitor,
|
where V: MapVisitor,
|
||||||
{
|
{
|
||||||
self.visit_map(visitor)
|
self.visit_map(visitor)
|
||||||
|
|||||||
Reference in New Issue
Block a user