Skip to content

Commit db6487f

Browse files
committed
code format
1 parent 982c1f0 commit db6487f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

PhysicsTools/NanoAOD/plugins/L1TriggerResultsConverter.cc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,7 @@ void L1TriggerResultsConverter::produce(edm::Event& iEvent, const edm::EventSetu
184184
//Checks if any other seed was fired in BX-1 or -2
185185
else if (result_bxmin1) {
186186
l1FinalOR_bxmin1 = true;
187-
}
188-
else if (result_bxmin2) {
187+
} else if (result_bxmin2) {
189188
l1FinalOR_bxmin2 = true;
190189
}
191190
}

0 commit comments

Comments
 (0)