Clean up trailing whitespace

This commit is contained in:
David Tolnay
2017-12-09 14:42:59 -08:00
parent 49cdef074d
commit 750f8ba299
2 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -887,8 +887,8 @@ impl Field {
}
}
// Is skip_deserializing, initialize the field to Default::default() unless a different
// default is specified by `#[serde(default = "...")]` on ourselves or our container (e.g.
// Is skip_deserializing, initialize the field to Default::default() unless a different
// default is specified by `#[serde(default = "...")]` on ourselves or our container (e.g.
// the struct we are in).
if container_default == &Default::None && skip_deserializing.0.value.is_some() {
default.set_if_none(Default::Default);