Skip to content

Commit

Permalink
[HLT] 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 c6d4124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLTrigger/Tools/bin/hltDiff.cc
Original file line number Diff line number Diff line change
Expand Up @@ -697,7 +697,7 @@ class JsonOutputProducer {
// methods
JsonOutputProducer(bool _writeJson, std::string _file_name)
: writeJson(_writeJson), out_filename_base(std::move(_file_name)) {
useSingleOutFile = out_filename_base.length() > 0;
useSingleOutFile = !out_filename_base.empty();
}

JsonEvent& pushEvent(int _run, int _lumi, int _event) {
Expand Down

0 comments on commit c6d4124

Please sign in to comment.