Skip to content

Commit cdef0d0

Browse files
committed
removed trailing space
1 parent f623b27 commit cdef0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGLF/Tasks/Nuspex/antinucleiInJets.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ struct ReducedParticle {
111111
}
112112
return 0.5 * std::log((p + pz) / (p - pz));
113113
}
114-
114+
115115
// Azimuthal Angle
116116
double phi() const {
117117
double angle = PI + std::atan2(-py, -px);

0 commit comments

Comments
 (0)