Skip to content

Commit 6abd19f

Browse files
authored
Merge pull request #64 from alibuild/alibot-cleanup-13679
2 parents 5036f82 + 36e4189 commit 6abd19f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Framework/Core/include/Framework/AnalysisTask.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ struct AnalysisDataProcessorBuilder {
8989
}
9090

9191
template <typename T>
92-
static inline auto getSources() requires soa::with_base_table<std::decay_t<T>>
92+
static inline auto getSources()
93+
requires soa::with_base_table<std::decay_t<T>>
9394
{
9495
return getInputSpecs(typename aod::MetadataTrait<T>::metadata::sources{});
9596
}

0 commit comments

Comments
 (0)