Skip to content

Commit 89896d5

Browse files
committed
Lint
1 parent 208fd24 commit 89896d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cpp/src/arrow/compute/function_internal.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,9 @@ static inline enable_if_same_result<T, SortKey> GenericFromScalar(
448448
template <typename T>
449449
static inline enable_if_same_result<T, std::shared_ptr<DataType>> GenericFromScalar(
450450
const std::shared_ptr<Scalar>& value) {
451-
if (value->type->id() == Type::NA) {
452-
return std::shared_ptr<NullType>();
453-
}
451+
if (value->type->id() == Type::NA) {
452+
return std::shared_ptr<NullType>();
453+
}
454454
return value->type;
455455
}
456456

0 commit comments

Comments
 (0)