Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
lathomas committed Nov 16, 2023
1 parent 982c1f0 commit db6487f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PhysicsTools/NanoAOD/plugins/L1TriggerResultsConverter.cc
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,7 @@ void L1TriggerResultsConverter::produce(edm::Event& iEvent, const edm::EventSetu
//Checks if any other seed was fired in BX-1 or -2
else if (result_bxmin1) {
l1FinalOR_bxmin1 = true;
}
else if (result_bxmin2) {
} else if (result_bxmin2) {
l1FinalOR_bxmin2 = true;
}
}
Expand Down

0 comments on commit db6487f

Please sign in to comment.