From c8c715bcbf0317e5b109007588a98d8be16d876b Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 19 Jan 2024 07:45:33 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/test/test_Root2ArrowTable.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/Framework/Core/test/test_Root2ArrowTable.cxx b/Framework/Core/test/test_Root2ArrowTable.cxx index a3f48957d7044..547e427c18adc 100644 --- a/Framework/Core/test/test_Root2ArrowTable.cxx +++ b/Framework/Core/test/test_Root2ArrowTable.cxx @@ -91,7 +91,6 @@ TEST_CASE("RootTree2Table") REQUIRE(array->length() == 3000); const float* c = reinterpret_cast(array->values()->data()); - CHECK(c[0] == 1); CHECK(c[1] == 2); CHECK(c[2] == 1);