Skip to content

Commit b471c20

Browse files
committed
Please consider the following formatting changes
1 parent afbdc21 commit b471c20

File tree

1 file changed

+3
-2
lines changed
  • Framework/Core/include/Framework

1 file changed

+3
-2
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1160,9 +1160,10 @@ struct TableIterator : IP, C... {
11601160
template <typename... TA>
11611161
void bindExternalIndices(TA*... current)
11621162
{
1163-
([this]<typename... Cs, typename TT>(framework::pack<Cs...>, TT* t){
1163+
([this]<typename... Cs, typename TT>(framework::pack<Cs...>, TT* t) {
11641164
(doSetCurrentIndexImpl<Cs>(t), ...);
1165-
}(framework::pack<C...>{}, current), ...);
1165+
}(framework::pack<C...>{}, current),
1166+
...);
11661167
}
11671168

11681169
void bindExternalIndicesRaw(std::vector<o2::soa::Binding>&& bindings)

0 commit comments

Comments
 (0)