Skip to content

Commit 70bb4bc

Browse files
committed
Please consider the following formatting changes
1 parent 70b0dad commit 70bb4bc

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)