Skip to content

Commit dbe7072

Browse files
committed
Please consider the following formatting changes
1 parent 32fbc42 commit dbe7072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/NucleiTPCPbPb.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ struct NucleitpcPbPb {
236236
if (std::abs(track.eta()) > cfgCutEta)
237237
continue;
238238
for (size_t i = 0; i < primaryParticles.size(); i++) {
239-
if (std::abs(getRapidity(track, i)) > cfgCutRapidity && cfgRapidityRequire )
239+
if (std::abs(getRapidity(track, i)) > cfgCutRapidity && cfgRapidityRequire)
240240
continue;
241241
if (track.tpcNClsFound() < cfgTrackPIDsettings->get(i, "minTPCnCls") && cfgTPCNClsfoundRequire)
242242
continue;

0 commit comments

Comments
 (0)