Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 committed Jul 8, 2020
1 parent a5d47a8 commit 6563ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion L1Trigger/L1CaloTrigger/plugins/L1EGammaEEProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ void L1EGammaEEProducer::produce(edm::Event &iEvent, const edm::EventSetup &iSet
}
}

iEvent.put(std::move(l1EgammaBxCollection),"L1EGammaCollectionBXVWithCuts");
iEvent.put(std::move(l1EgammaBxCollection), "L1EGammaCollectionBXVWithCuts");
}

DEFINE_FWK_MODULE(L1EGammaEEProducer);

0 comments on commit 6563ceb

Please sign in to comment.