diff options
| author | Alessandro Decina <alessandro.d@gmail.com> | 2019-07-15 14:27:08 +1000 |
|---|---|---|
| committer | Alessandro Decina <alessandro.d@gmail.com> | 2019-07-15 14:27:08 +1000 |
| commit | acfe99a98efc57133f9596a3df937ed886e83fbe (patch) | |
| tree | f152df92581ce72624699beae9facd6bf4e6b9ed | |
| parent | a907b7c51929eccd5af8774c60ac412772f2cacd (diff) | |
| download | rust-acfe99a98efc57133f9596a3df937ed886e83fbe.tar.gz rust-acfe99a98efc57133f9596a3df937ed886e83fbe.zip | |
Add missing trailing newline
| -rw-r--r-- | src/test/run-pass/issue-58375-monomorphize-default-impls.rs | 2 |
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 +} |
