Skip to content

Commit

Permalink
Code format
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Dildick committed Nov 25, 2019
1 parent 83bfd1a commit 2118774
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,11 +193,11 @@ void CSCTriggerPrimitivesProducer::produce(edm::StreamID iID, edm::Event& ev, co

// Put collections in event.
ev.put(std::move(oc_alct));
if (writeOutAllALCTs_){
if (writeOutAllALCTs_) {
ev.put(std::move(oc_alct_all), "All");
}
ev.put(std::move(oc_clct));
if (writeOutAllCLCTs_){
if (writeOutAllCLCTs_) {
ev.put(std::move(oc_clct_all), "All");
}
if (savePreTriggers_) {
Expand Down

0 comments on commit 2118774

Please sign in to comment.