Skip to content

Commit 36e4189

Browse files
committed
Please consider the following formatting changes
1 parent 5036f82 commit 36e4189

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)