Skip to content

Commit

Permalink
Add newlines to ends of files
Browse files Browse the repository at this point in the history
  • Loading branch information
UserAB1236872 committed Oct 31, 2017
1 parent eb08f03 commit a7e4911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion serde/src/de/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1841,4 +1841,4 @@ where
{
Deserialize::deserialize(deserializer).map(Wrapping)
}
}
}
2 changes: 1 addition & 1 deletion serde/src/ser/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -679,4 +679,4 @@ impl<T: Serialize> Serialize for Wrapping<T> {
{
self.0.serialize(serializer)
}
}
}

0 comments on commit a7e4911

Please sign in to comment.