Skip to content

Commit 7f9838d

Browse files
committed
docker-compose run clang-format
1 parent 3d6e5ee commit 7f9838d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp/src/arrow/python/numpy_convert.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ Status NumPyDtypeToArrow(PyArray_Descr* descr, std::shared_ptr<DataType>* out) {
188188
#undef TO_ARROW_TYPE_CASE
189189

190190
Status NdarrayToTensor(MemoryPool* pool, PyObject* ao, std::shared_ptr<Tensor>* out) {
191-
192191
if (!PyArray_Check(ao)) {
193192
return Status::TypeError("Did not pass ndarray object");
194193
}

0 commit comments

Comments
 (0)