Skip to content

Commit 8fef9b3

Browse files
committed
Please consider the following formatting changes
1 parent df3b20e commit 8fef9b3

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)