Skip to content

Commit ec2c192

Browse files
committed
Please consider the following formatting changes
1 parent 927cde4 commit ec2c192

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

Framework/Core/include/Framework/ASoA.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1045,7 +1045,8 @@ struct TableIterator : IP, C... {
10451045
bind();
10461046
}
10471047

1048-
TableIterator(arrow::ChunkedArray* columnData[sizeof...(C)], IP&& policy) requires (WithIndexColumns<C...>)
1048+
TableIterator(arrow::ChunkedArray* columnData[sizeof...(C)], IP&& policy)
1049+
requires(WithIndexColumns<C...>)
10491050
: IP{policy},
10501051
C(columnData[framework::has_type_at_v<C>(all_columns{})])...
10511052
{

0 commit comments

Comments
 (0)