Skip to content

Commit 3443b61

Browse files
author
Andrea
committed
fix megalinter
1 parent 583cda9 commit 3443b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DPG/Tasks/ITS/filterTracks.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ DECLARE_SOA_TABLE(GenParticles, "AOD", "GENPARTICLES",
169169
} // namespace o2::aod
170170

171171
struct FilterTracks {
172-
const static int nStudiedParticlesMc = 3;
172+
static const int nStudiedParticlesMc = 3;
173173

174174
Produces<aod::FiltTrackColIdx> filteredTracksCollIdx;
175175
Produces<aod::FilterTrackExtr> filteredTracksTableExtra;

0 commit comments

Comments
 (0)