From 00441ea1e4bf9f17a5a056dfd6bffdb975e2b0d3 Mon Sep 17 00:00:00 2001 From: Alfredo Correa Date: Wed, 9 Oct 2024 16:43:41 -0700 Subject: [PATCH] rm ws --- test/fill.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/fill.cpp b/test/fill.cpp index ebd55dcfa..d4f15d182 100644 --- a/test/fill.cpp +++ b/test/fill.cpp @@ -211,7 +211,6 @@ auto main() -> int { // NOLINT(readability-function-cognitive-complexity,bugpro BOOST_TEST( arr[5] == 99 ); BOOST_TEST( arr[6] == 99 ); BOOST_TEST( arr[7] == 7 ); - } return boost::report_errors();