diff --git a/PWGLF/Utils/collisionCuts.h b/PWGLF/Utils/collisionCuts.h index dc21ad6e4f0..2b985dc80b5 100644 --- a/PWGLF/Utils/collisionCuts.h +++ b/PWGLF/Utils/collisionCuts.h @@ -97,8 +97,7 @@ class CollisonCuts LOGF(debug, "Offline selection failed (Run3)"); return false; } - if (!col.selection_bit(aod::evsel::kNoTimeFrameBorder) && mApplyTFBorderCut) - { + if (!col.selection_bit(aod::evsel::kNoTimeFrameBorder) && mApplyTFBorderCut) { LOGF(debug, "Time frame border cut failed"); return false; }