Skip to content

Commit 40d0dfb

Browse files
alibuildaalkin
authored andcommitted
Please consider the following formatting changes
1 parent 4bcc4d6 commit 40d0dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/AnalysisHelpers.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ struct WritingCursor {
9393
using cursor_t = decltype(std::declval<TableBuilder>().cursor<persistent_table_t>());
9494

9595
template <typename... Ts>
96-
requires (sizeof...(Ts) == framework::pack_size(typename persistent_table_t::persistent_columns_t{}))
96+
requires(sizeof...(Ts) == framework::pack_size(typename persistent_table_t::persistent_columns_t{}))
9797
void operator()(Ts... args)
9898
{
9999
++mCount;

0 commit comments

Comments
 (0)