From e78f125ec59b0834ef81bf8cb7ebe7597112bafd Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 23 Apr 2024 08:31:39 +0000 Subject: [PATCH] Please consider the following formatting changes --- CCDB/test/testCcdbApiDownloader.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CCDB/test/testCcdbApiDownloader.cxx b/CCDB/test/testCcdbApiDownloader.cxx index 63b0434484719..ec3b20787e21f 100644 --- a/CCDB/test/testCcdbApiDownloader.cxx +++ b/CCDB/test/testCcdbApiDownloader.cxx @@ -169,7 +169,7 @@ BOOST_AUTO_TEST_CASE(asynch_schedule_test) for (int i = 0; i < TRANSFERS; i++) { long httpCode; curl_easy_getinfo(handles[i], CURLINFO_HTTP_CODE, &httpCode); - BOOST_CHECK_EQUAL(httpCode, 200); + BOOST_CHECK_EQUAL(httpCode, 200); BOOST_CHECK_NE(dests[i]->size(), 0); // I suspect the following was needed simply because the rest of the // code was leaking.