diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2018-10-25 22:10:41 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2018-11-10 01:11:06 +0100 |
| commit | c8e23d8c4c1409f3f348e6c485a3a689f5e10cca (patch) | |
| tree | 2f791a180ed0307e93742af8b3751ae2700932f9 | |
| parent | 56768235e18a8c02ace37489c4e033bde6118efb (diff) | |
| download | rust-c8e23d8c4c1409f3f348e6c485a3a689f5e10cca.tar.gz rust-c8e23d8c4c1409f3f348e6c485a3a689f5e10cca.zip | |
Tidy ♪ all ♪ the ♪ way ♪♪♪♪ with ♪ a ♪ newline ♪ missing ♪ cry ♪♪
| -rw-r--r-- | src/test/ui/consts/std/cell.rs | 2 | ||||
| -rw-r--r-- | src/test/ui/consts/std/char.rs | 2 | ||||
| -rw-r--r-- | src/test/ui/consts/std/iter.rs | 2 | ||||
| -rw-r--r-- | src/test/ui/consts/std/slice.rs | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/test/ui/consts/std/cell.rs b/src/test/ui/consts/std/cell.rs index db0bcbe2c44..cf6c0f2379d 100644 --- a/src/test/ui/consts/std/cell.rs +++ b/src/test/ui/consts/std/cell.rs @@ -27,4 +27,4 @@ unsafe impl<T> Sync for Wrap<T> {} static BAR_PTR: Wrap<*mut u32> = Wrap(BAR.0.get()); -fn main() {} \ No newline at end of file +fn main() {} diff --git a/src/test/ui/consts/std/char.rs b/src/test/ui/consts/std/char.rs index ce43f66a30c..fe79059a2e4 100644 --- a/src/test/ui/consts/std/char.rs +++ b/src/test/ui/consts/std/char.rs @@ -6,4 +6,4 @@ static Y: bool = 'ä'.is_ascii(); fn main() { assert!(X); assert!(!Y); -} \ No newline at end of file +} diff --git a/src/test/ui/consts/std/iter.rs b/src/test/ui/consts/std/iter.rs index e36d5cccd5b..e9af781eb2b 100644 --- a/src/test/ui/consts/std/iter.rs +++ b/src/test/ui/consts/std/iter.rs @@ -6,4 +6,4 @@ fn main() { for i in I { panic!("magical value creation: {}", i); } -} \ No newline at end of file +} diff --git a/src/test/ui/consts/std/slice.rs b/src/test/ui/consts/std/slice.rs index 7598a20fc28..ad38105b6aa 100644 --- a/src/test/ui/consts/std/slice.rs +++ b/src/test/ui/consts/std/slice.rs @@ -7,4 +7,4 @@ unsafe impl<T> Sync for Wrap<T> {} static FOO: Wrap<*const u32> = Wrap([42, 44, 46].as_ptr()); static BAR: Wrap<*const u8> = Wrap("hello".as_ptr()); -fn main() {} \ No newline at end of file +fn main() {} |
