From b9b2a458156f0ce789f424e8de801906671c6bb7 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 7 Nov 2024 19:03:52 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/AnalysisSupport/src/AODJAlienReaderHelpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Framework/AnalysisSupport/src/AODJAlienReaderHelpers.h b/Framework/AnalysisSupport/src/AODJAlienReaderHelpers.h index e8d663d8fe0bb..c4d32ace5383b 100644 --- a/Framework/AnalysisSupport/src/AODJAlienReaderHelpers.h +++ b/Framework/AnalysisSupport/src/AODJAlienReaderHelpers.h @@ -24,7 +24,7 @@ namespace o2::framework::readers { struct AODJAlienReaderHelpers { - static AlgorithmSpec rootFileReaderCallback(ConfigContext const&context); + static AlgorithmSpec rootFileReaderCallback(ConfigContext const& context); static void dumpFileMetrics(o2::monitoring::Monitoring& monitoring, TFile* currentFile, uint64_t startedAt, uint64_t ioTime, int tfPerFile, int tfRead); };