Skip to content

Commit 45613e8

Browse files
committed
Please consider the following formatting changes
1 parent 4a2293f commit 45613e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/PhotonMeson/DataModel/gammaTables.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ using DalitzEE = DalitzEEs::iterator;
471471
DECLARE_SOA_TABLE(DalitzEEEMEventIds_000, "AOD", "EEEMEVENTID", dalitzee::EMEventId); // To be joined with DalitzEEs table at analysis level.
472472
DECLARE_SOA_TABLE_VERSIONED(DalitzEEEMEventIds_001, "AOD", "EEEMEVENTID", 1, dalitzee::EMPhotonEventId); // To be joined with DalitzEEs table at analysis level.
473473
using DalitzEEEMEventIds = DalitzEEEMEventIds_001;
474-
using DalitzEEEMEventId = DalitzEEEMEventIds::iterator;
474+
using DalitzEEEMEventId = DalitzEEEMEventIds::iterator;
475475

476476
namespace pwgem::photon::swtinfo
477477
{

0 commit comments

Comments
 (0)