Skip to content

Commit f4b7582

Browse files
committed
missing return
1 parent 6439ca7 commit f4b7582

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Framework/Core/include/Framework/AnalysisManagers.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ template <is_produces_group T>
194194
bool updateOutputSpec(T& producesGroup, header::DataOrigin newOrigin = header::DataOrigin{"AOD"})
195195
{
196196
homogeneous_apply_refs<true>([&newOrigin](auto& produces) { return updateOutputSpec(produces, newOrigin); }, producesGroup);
197+
return true;
197198
}
198199

199200
template <typename C>

0 commit comments

Comments
 (0)