Skip to content

Commit e313653

Browse files
committed
Please consider the following formatting changes
1 parent 8504bf1 commit e313653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/PhotonMeson/Utils/HNMUtilities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
namespace o2::aod::pwgem::photonmeson::hnmutilities
4040
{
41-
// -------> Struct to store photons from EMC clusters or V0s
41+
// -------> Struct to store photons from EMC clusters or V0s
4242
struct Photon {
4343
Photon(float px, float py, float pz, bool isFromConversion) : px(px), py(py), pz(pz), pt(std::sqrt(px * px + py * py)), isFromConversion(isFromConversion)
4444
{

0 commit comments

Comments
 (0)