diff --git a/src/test/ui/consts/promote_const_let.rs b/src/test/ui/consts/promote_const_let.rs index 1ba406a957d2..8de9b00eb111 100644 --- a/src/test/ui/consts/promote_const_let.rs +++ b/src/test/ui/consts/promote_const_let.rs @@ -5,4 +5,4 @@ fn main() { let y = 42; &y //~ ERROR does not live long enough }; -} \ No newline at end of file +}