about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlessandro Decina <alessandro.d@gmail.com>2019-07-15 14:27:08 +1000
committerAlessandro Decina <alessandro.d@gmail.com>2019-07-15 14:27:08 +1000
commitacfe99a98efc57133f9596a3df937ed886e83fbe (patch)
treef152df92581ce72624699beae9facd6bf4e6b9ed
parenta907b7c51929eccd5af8774c60ac412772f2cacd (diff)
downloadrust-acfe99a98efc57133f9596a3df937ed886e83fbe.tar.gz
rust-acfe99a98efc57133f9596a3df937ed886e83fbe.zip
Add missing trailing newline
-rw-r--r--src/test/run-pass/issue-58375-monomorphize-default-impls.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/issue-58375-monomorphize-default-impls.rs b/src/test/run-pass/issue-58375-monomorphize-default-impls.rs
index e4ae72927a4..6730217626f 100644
--- a/src/test/run-pass/issue-58375-monomorphize-default-impls.rs
+++ b/src/test/run-pass/issue-58375-monomorphize-default-impls.rs
@@ -20,4 +20,4 @@ impl A for u8 {
 }
 
 impl Arbitrary for DecodeUtf16<<u8 as A>::Item>  {
-}
\ No newline at end of file
+}