From 13e8e7b0d47914ea60210ada48ac3a7cb07228ba Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 11 Aug 2026 20:39:48 +0000 Subject: [PATCH] Please consider the following formatting changes --- Tools/PIDFeatureExtractor/pidOnnxInference.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Tools/PIDFeatureExtractor/pidOnnxInference.cxx b/Tools/PIDFeatureExtractor/pidOnnxInference.cxx index f3a10ad8e29..ac38c30a426 100644 --- a/Tools/PIDFeatureExtractor/pidOnnxInference.cxx +++ b/Tools/PIDFeatureExtractor/pidOnnxInference.cxx @@ -115,8 +115,8 @@ struct GroupToggles { /// (assumed always-present in the data itself), so their toggle is the /// only way to exclude them. void runInference(std::string const& inputRootFile, std::string const& inputTreeName, - std::string const& outputPath, bool exportCsv, - o2::analysis::MlResponse& mlResponse, GroupToggles const& groups) + std::string const& outputPath, bool exportCsv, + o2::analysis::MlResponse& mlResponse, GroupToggles const& groups) { std::unique_ptr inFile(TFile::Open(inputRootFile.c_str(), "READ")); if (!inFile || inFile->IsZombie()) {