Skip to content

Commit

Permalink
Please consider the following formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
alibuild committed Nov 12, 2024
1 parent 5036f82 commit 36e4189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Framework/Core/include/Framework/AnalysisTask.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,8 @@ struct AnalysisDataProcessorBuilder {
}

template <typename T>
static inline auto getSources() requires soa::with_base_table<std::decay_t<T>>
static inline auto getSources()
requires soa::with_base_table<std::decay_t<T>>
{
return getInputSpecs(typename aod::MetadataTrait<T>::metadata::sources{});
}
Expand Down

0 comments on commit 36e4189

Please sign in to comment.