Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kpedro88 authored and fwyzard committed Jul 9, 2020
1 parent a02a839 commit 5816a46
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 5816a46

Please sign in to comment.