From c9d7dbb98a64d2d2ec836e8b670d05bce2b00358 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Mon, 6 Jan 2025 17:23:36 +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 628a2e4c07e..ca9f305b4e9 100644 --- a/PWGDQ/Core/CutsLibrary.cxx +++ b/PWGDQ/Core/CutsLibrary.cxx @@ -3315,7 +3315,7 @@ AnalysisCompositeCut* o2::aod::dqcuts::GetCompositeCut(const char* cutName) return cut; } - if (!nameStr.compare("emu_electron_test1_tightnsigma")) { + if (!nameStr.compare("emu_electron_test1_tightnsigma")) { cut->AddCut(GetAnalysisCut("jpsiStandardKine")); cut->AddCut(GetAnalysisCut("electronStandardQualityForO2MCdebug4")); cut->AddCut(GetAnalysisCut("electronPIDnsigmaLoose"));