From 1bea58ef114eb9292f908e40d452fbfe85c75e02 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 13 Jul 2026 08:46:47 +0000 Subject: [PATCH] Please consider the following formatting changes --- Detectors/FIT/macros/fetchLUT.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detectors/FIT/macros/fetchLUT.C b/Detectors/FIT/macros/fetchLUT.C index ef095530b4006..67cc5d60b014f 100644 --- a/Detectors/FIT/macros/fetchLUT.C +++ b/Detectors/FIT/macros/fetchLUT.C @@ -29,7 +29,7 @@ R__LOAD_LIBRARY(libO2DataFormatsFIT) void saveToCSV(const std::vector& lut, string_view path); void saveToRoot(std::shared_ptr> lut, string_view path); -void fetchLUT(const std::string ccdbUrl="alice-ccdb.cern.ch", const std::string detector="FT0", long timestamp = -1, const std::string fileName = "o2_lut.root") +void fetchLUT(const std::string ccdbUrl = "alice-ccdb.cern.ch", const std::string detector = "FT0", long timestamp = -1, const std::string fileName = "o2_lut.root") { o2::ccdb::CcdbApi ccdbApi; ccdbApi.init(ccdbUrl);