Skip to content

Commit 9c86a2c

Browse files
authored
Merge pull request #71 from alibuild/alibot-cleanup-13664
2 parents d75c13a + 8839382 commit 9c86a2c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Framework/Core/include/Framework/Expressions.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,12 @@ constexpr auto selectArrowType()
8585
}
8686

8787
#define SELECT_ARROW_TYPE(_Ctype_, _Atype_) \
88-
template <typename T> \
89-
requires std::same_as<T, _Ctype_> \
90-
constexpr auto selectArrowType() \
91-
{ \
92-
return atype::_Atype_; \
93-
}
88+
template <typename T> \
89+
requires std::same_as<T, _Ctype_> \
90+
constexpr auto selectArrowType() \
91+
{ \
92+
return atype::_Atype_; \
93+
}
9494

9595
SELECT_ARROW_TYPE(bool, BOOL);
9696
SELECT_ARROW_TYPE(float, FLOAT);

0 commit comments

Comments
 (0)