Skip to content

Commit d517eb9

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7deef73 commit d517eb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/global/particle/particle.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,7 @@ void InitPlugin(JApplication* app) {
6969
app->Add(
7070
new JOmniFactoryGeneratorT<CollectionCollector_factory<edm4eic::TrackClusterMatch, false>>(
7171
"EndcapPInsertTrackClusterMatches",
72-
{"EcalEndcapPTrackClusterMatches",
73-
"HcalEndcapPInsertTrackClusterMatches"},
72+
{"EcalEndcapPTrackClusterMatches", "HcalEndcapPInsertTrackClusterMatches"},
7473
{"EndcapPInsertTrackClusterMatches"}, app));
7574

7675
app->Add(new JOmniFactoryGeneratorT<ChargedCandidateMaker_factory>(

0 commit comments

Comments
 (0)