diff options
| author | kennytm <kennytm@gmail.com> | 2017-12-30 02:25:40 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2017-12-30 15:50:52 +0800 |
| commit | 4daaee900f449a89eb1217dda3438f0f5085e5e6 (patch) | |
| tree | e7420ba38433d29bb32191351c3d70138e463959 /src/liballoc/tests | |
| parent | 35681fbc76142856a3475691c042ddec8dec31c5 (diff) | |
| download | rust-4daaee900f449a89eb1217dda3438f0f5085e5e6.tar.gz rust-4daaee900f449a89eb1217dda3438f0f5085e5e6.zip | |
Add trailing newlines to files which have no trailing newlines.
Diffstat (limited to 'src/liballoc/tests')
| -rw-r--r-- | src/liballoc/tests/cow_str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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<str> = Cow::Owned(s); c1.clone_from(&c2); assert!(c1.into_owned().capacity() >= 25); -} \ No newline at end of file +} |
