Skip to content

Commit cd25fa8

Browse files
committed
MegaLinter fixes
1 parent 47b53ab commit cd25fa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGDQ/TableProducer/tableMaker.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,14 +1334,14 @@ struct TableMaker {
13341334
{
13351335
fullSkimming<gkEventFillMap, 0u, gkMuonFillMapWithCov>(collision, bcs, nullptr, tracksMuon, nullptr, nullptr);
13361336
}
1337-
1337+
13381338
// Produce muon tables only, with muon cov matrix and multiplicity --------------------------------------------------------------------------------------------
13391339
void processMuonOnlyWithCovAndMults(MyEventsWithMults::iterator const& collision, aod::BCsWithTimestamps const& bcs,
1340-
soa::Filtered<MyMuonsWithCov> const& tracksMuon)
1340+
soa::Filtered<MyMuonsWithCov> const& tracksMuon)
13411341
{
13421342
fullSkimming<gkEventFillMapWithMult, 0u, gkMuonFillMapWithCov>(collision, bcs, nullptr, tracksMuon, nullptr, nullptr);
13431343
}
1344-
1344+
13451345
// Produce muon tables only, with muon cov matrix, with event filtering --------------------------------------------------------------------------------------------
13461346
void processMuonOnlyWithCovAndEventFilter(MyEventsWithFilter::iterator const& collision, aod::BCsWithTimestamps const& bcs,
13471347
soa::Filtered<MyMuonsWithCov> const& tracksMuon)

0 commit comments

Comments
 (0)