From 1ad1669244b2fbfb7cc1d69053d13e43df8fa0de Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Thu, 28 May 2026 07:24:19 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGDQ/Core/CutsLibrary.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGDQ/Core/CutsLibrary.cxx b/PWGDQ/Core/CutsLibrary.cxx index 06d5ed74397..191829576b3 100644 --- a/PWGDQ/Core/CutsLibrary.cxx +++ b/PWGDQ/Core/CutsLibrary.cxx @@ -180,7 +180,7 @@ AnalysisCompositeCut* o2::aod::dqcuts::GetCompositeCut(const char* cutName) return cut; } -if (!nameStr.compare("Electron2025_4_ldong")) { + if (!nameStr.compare("Electron2025_4_ldong")) { AnalysisCut* kineCut = new AnalysisCut("kineCut", "kine cut"); kineCut->AddCut(VarManager::kP, 1.0, 1000.0); kineCut->AddCut(VarManager::kEta, -0.9, 0.9);