From 4daaee900f449a89eb1217dda3438f0f5085e5e6 Mon Sep 17 00:00:00 2001 From: kennytm Date: Sat, 30 Dec 2017 02:25:40 +0800 Subject: Add trailing newlines to files which have no trailing newlines. --- src/liballoc/tests/cow_str.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/liballoc') diff --git a/src/liballoc/tests/cow_str.rs b/src/liballoc/tests/cow_str.rs index aa87ee84b3e..63939686ab7 100644 --- a/src/liballoc/tests/cow_str.rs +++ b/src/liballoc/tests/cow_str.rs @@ -148,4 +148,4 @@ fn check_cow_clone_from() { let c2: Cow = Cow::Owned(s); c1.clone_from(&c2); assert!(c1.into_owned().capacity() >= 25); -} \ No newline at end of file +} -- cgit 1.4.1-3-g733a5