Add missing newlines

This commit is contained in:
Oliver Schneider 2018-05-24 14:05:57 +02:00
parent bdd23bf215
commit d0610fd26e
2 changed files with 2 additions and 2 deletions

View file

@ -25,4 +25,4 @@ type Float = f64;
#[cfg(target_pointer_width="32")]
type Float = f32;
static BAR: Float = unsafe { Foo { r: &FOO }.f };
static BAR: Float = unsafe { Foo { r: &FOO }.f };

View file

@ -27,4 +27,4 @@ type Int = u64;
#[cfg(target_pointer_width="32")]
type Int = u32;
const BAR: Int = unsafe { Foo { r: &42 }.f };
const BAR: Int = unsafe { Foo { r: &42 }.f };