Skip to content

Commit 059d786

Browse files
committed
Please consider the following formatting changes
1 parent e22f4b4 commit 059d786

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Common/Tasks/qVectorsCorrection.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ struct qVectorsCorrection {
760760
{
761761
histosQA.fill(HIST("histCentFull"), qVec.cent());
762762
if (cfgAddEvtSel) {
763-
if (std::abs(qVec.posZ()) > 10. )
763+
if (std::abs(qVec.posZ()) > 10.)
764764
return;
765765
switch (cfgEvtSel) {
766766
case 0: // Sel8

0 commit comments

Comments
 (0)