Skip to content

Commit 71b7105

Browse files
committed
Please consider the following formatting changes
1 parent 36ad3fd commit 71b7105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/AnalysisDataModel.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,7 @@ DECLARE_SOA_EXTENDED_TABLE(TracksExtra_002, StoredTracksExtra_002, "EXTRACKEXTRA
649649
DECLARE_SOA_TABLE(Run2TrackExtras_000, "AOD", "RUN2TRACKEXTRA",
650650
track::ITSSignal);
651651
DECLARE_SOA_TABLE_VERSIONED(Run2TrackExtras_001, "AOD", "RUN2TRACKEXTRA", 1, //! adds ITS shared cluster map
652-
track::ITSSignal, track::ITSSharedClusterMap,
652+
track::ITSSignal, track::ITSSharedClusterMap,
653653
track::ITSNSharedCls<track::ITSSharedClusterMap>);
654654

655655
using StoredTracksExtra = StoredTracksExtra_001;

0 commit comments

Comments
 (0)