Skip to content

Commit 2f4cb99

Browse files
committed
Please consider the following formatting changes
1 parent 595f113 commit 2f4cb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Framework/Core/include/Framework/TableBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@ auto makeEmptyTable()
754754
}
755755

756756
template <typename P>
757-
concept PackLike = requires (P &p) { o2::framework::pack_size(p); };
757+
concept PackLike = requires(P& p) { o2::framework::pack_size(p); };
758758

759759
template <PackLike P>
760760
auto makeEmptyTable(const char* name)

0 commit comments

Comments
 (0)