Skip to content

Commit

Permalink
apply code check
Browse files Browse the repository at this point in the history
  • Loading branch information
swertz committed Dec 15, 2022
1 parent e1dca77 commit ec5b78e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PhysicsTools/NanoAOD/plugins/TriggerObjectTableProducer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class TriggerObjectTableProducer : public edm::stream::EDProducer<> {
qualityBits("0"), //will be overwritten from configuration
qualityBitsDoc("") //will be created from configuration
{
if (doc.size() > 0) {
if (!doc.empty()) {
doc = "(" + doc + ")";
}
std::vector<edm::ParameterSet> qualityBitsConfig =
Expand Down

0 comments on commit ec5b78e

Please sign in to comment.