Skip to content
Snippets Groups Projects

TrigHLTJetHypo: Fix cppcheck warning.

Merged Scott Snyder requested to merge ssnyder/athena:cppcheck.TrigHLTJetHypo-20231025 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -16,7 +16,7 @@ DebugInfoCollector::DebugInfoCollector(const std::string& name,
m_timer.start();
}
DebugInfoCollector::~DebugInfoCollector(){write();}
DebugInfoCollector::~DebugInfoCollector(){DebugInfoCollector::write();}
void DebugInfoCollector::collect(const std::string& key,
const std::string& info){
Loading