From 29c43fea376624d62a8466e9304312f70c19d558 Mon Sep 17 00:00:00 2001 From: Fabian Zaiser Date: Sun, 3 Jun 2018 21:05:22 +0200 Subject: [PATCH] Fix tidy --- src/test/ui/const-eval/index_out_of_bounds.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/ui/const-eval/index_out_of_bounds.rs b/src/test/ui/const-eval/index_out_of_bounds.rs index 9624b2924baa..f3578bcef6e4 100644 --- a/src/test/ui/const-eval/index_out_of_bounds.rs +++ b/src/test/ui/const-eval/index_out_of_bounds.rs @@ -14,4 +14,4 @@ static FOO: i32 = [][0]; fn main() { let array = [std::env::args().len()]; array[1]; //~ ERROR index out of bounds -} \ No newline at end of file +}