Skip to content

Commit 61e38ad

Browse files
authored
Merge pull request #27 from alibuild/alibot-cleanup-12213
[PWGLF] Please consider the following formatting changes to #12213
2 parents 70b0dad + 70bb4bc commit 61e38ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGMM/Mult/Tasks/dndetaMFTPbPb.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ struct DndetaMFTPbPb {
944944
if constexpr (fillHis) {
945945
registry.fill(HIST("hEvtSel"), 1);
946946
}
947-
if (eventCuts.requireIsGoodZvtxFT0VsPV && !collision.selection_bit(o2::aod::evsel::kIsGoodZvtxFT0vsPV)) {
947+
if (eventCuts.requireIsGoodZvtxFT0VsPV && !collision.selection_bit(o2::aod::evsel::kIsGoodZvtxFT0vsPV)) {
948948
return false;
949949
}
950950
if constexpr (fillHis) {

0 commit comments

Comments
 (0)