From a7eac4495e899d9ec13beaf4f5c2e6a2549cac25 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Wed, 23 Apr 2025 18:56:41 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGEM/PhotonMeson/Tasks/HeavyNeutralMeson.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PWGEM/PhotonMeson/Tasks/HeavyNeutralMeson.cxx b/PWGEM/PhotonMeson/Tasks/HeavyNeutralMeson.cxx index 0d3e802a29b..b416f173480 100644 --- a/PWGEM/PhotonMeson/Tasks/HeavyNeutralMeson.cxx +++ b/PWGEM/PhotonMeson/Tasks/HeavyNeutralMeson.cxx @@ -211,7 +211,7 @@ struct HeavyNeutralMeson { if (confEvtRequireSel8 && !col.sel8()) { return false; } - if(col.multNTracksPV() > cfgMaxMultiplicity) { + if (col.multNTracksPV() > cfgMaxMultiplicity) { return false; } return true;