Skip to content

Commit 30ca1b2

Browse files
authored
Merge pull request #11 from alibuild/alibot-cleanup-13137
[PWGCF] Please consider the following formatting changes to #13137
2 parents df3b20e + 8fef9b3 commit 30ca1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGCF/FemtoDream/Tasks/femtoDreamDebugTrack.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ struct femtoDreamDebugTrack {
115115
{
116116
eventHisto.fillQA<isMC>(col);
117117

118-
if (ConfdoCentCut.value && (col.multV0M() > ConfCentMax || col.multV0M() < ConfCentMin)){
118+
if (ConfdoCentCut.value && (col.multV0M() > ConfCentMax || col.multV0M() < ConfCentMin)) {
119119
return;
120120
}
121121

0 commit comments

Comments
 (0)