We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a44fa0 commit b3fa7fcCopy full SHA for b3fa7fc
Framework/Core/include/Framework/InputRecord.h
@@ -40,7 +40,7 @@ namespace o2::framework
40
{
41
42
template <typename A>
43
-concept TableConsumerLike = requires (A a) { a. asArrowTable(); };
+concept TableConsumerLike = requires(A a) { a.asArrowTable(); };
44
45
// Wrapper class to get CCDB metadata
46
struct CCDBMetadataExtractor {
0 commit comments