Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Feb 29, 2024
1 parent d2c6784 commit 15867ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PWGLF/Utils/collisionCuts.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 15867ec

Please sign in to comment.