Skip to content

Commit 1ee0409

Browse files
committed
Fix format 2
1 parent 1068bfb commit 1ee0409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Strangeness/phik0shortanalysis.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -829,7 +829,7 @@ struct Phik0shortanalysis {
829829
if (mcParticle.pt() < minPhiPt || mcParticle.pt() > maxPhiPt)
830830
continue;
831831
if (std::abs(mcParticle.y()) > cfgYAcceptance)
832-
continue
832+
continue;
833833

834834
nPhi++;
835835
}

0 commit comments

Comments
 (0)