From 883938214b87130898add2b188247c65455993e8 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Tue, 3 Dec 2024 11:10:15 +0000 Subject: [PATCH] Please consider the following formatting changes --- Framework/Core/include/Framework/Expressions.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Framework/Core/include/Framework/Expressions.h b/Framework/Core/include/Framework/Expressions.h index 55359debf697b..b9775f031c65c 100644 --- a/Framework/Core/include/Framework/Expressions.h +++ b/Framework/Core/include/Framework/Expressions.h @@ -85,12 +85,12 @@ constexpr auto selectArrowType() } #define SELECT_ARROW_TYPE(_Ctype_, _Atype_) \ -template \ - requires std::same_as \ -constexpr auto selectArrowType() \ -{ \ - return atype::_Atype_; \ -} + template \ + requires std::same_as \ + constexpr auto selectArrowType() \ + { \ + return atype::_Atype_; \ + } SELECT_ARROW_TYPE(bool, BOOL); SELECT_ARROW_TYPE(float, FLOAT);