Skip to content

Commit bd3df77

Browse files
committed
Please consider the following formatting changes
1 parent b517eea commit bd3df77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Framework/AnalysisSupport/src/AODWriterHelpers.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ AlgorithmSpec AODWriterHelpers::getMetadataCollector(ConfigContext const& /*ctx*
501501
std::string k = key->GetName();
502502
std::string v = value != nullptr ? value->GetName() : "";
503503
auto it = std::ranges::find_if(*merged,
504-
[&k](auto const& e) { return e.first == k; });
504+
[&k](auto const& e) { return e.first == k; });
505505
if (it != merged->end()) {
506506
it->second = std::move(v);
507507
} else {

0 commit comments

Comments
 (0)