From 86b7057689d931439fdfe84dd5e7fd3de51c5136 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 31 Oct 2025 13:44:16 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGCF/Femto3D/Tasks/femto3dQA.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGCF/Femto3D/Tasks/femto3dQA.cxx b/PWGCF/Femto3D/Tasks/femto3dQA.cxx index b05a76766d8..f9f164d9ae3 100644 --- a/PWGCF/Femto3D/Tasks/femto3dQA.cxx +++ b/PWGCF/Femto3D/Tasks/femto3dQA.cxx @@ -197,7 +197,7 @@ struct QAHistograms { } for (const auto& track : tracks) { - if (track.sign()!=_sign) + if (track.sign() != _sign) continue; if (_removeSameBunchPileup && !track.template singleCollSel_as().isNoSameBunchPileup()) continue;