Add trailing newlines to files which have no trailing newlines.

This commit is contained in:
kennytm
2017-12-30 02:25:40 +08:00
parent 35681fbc76
commit 4daaee900f
23 changed files with 23 additions and 23 deletions

View File

@@ -148,4 +148,4 @@ fn check_cow_clone_from() {
let c2: Cow<str> = Cow::Owned(s);
c1.clone_from(&c2);
assert!(c1.into_owned().capacity() >= 25);
}
}