Skip to content

Commit

Permalink
[L1-XPOG] Apply code checks/format
Browse files Browse the repository at this point in the history
  • Loading branch information
smuzaffar committed Dec 18, 2024
1 parent b205513 commit ae9039f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ void P2GTTriggerResultsConverter::produce(edm::Event& event, const edm::EventSet

bool fillAlgoNames = false;

if (algoNames_.size() == 0) {
if (algoNames_.empty()) {
algoNames_ = std::vector<std::string>(algoBlockMap.size());
fillAlgoNames = true;
}
Expand Down

0 comments on commit ae9039f

Please sign in to comment.