Skip to content

Commit e3b3864

Browse files
Linting
1 parent b948ce0 commit e3b3864

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp/src/arrow/python/deserialize.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@ Status GetSerializedFromComponents(int num_tensors, int num_ndarrays, int num_bu
389389
return Status::OK();
390390
}
391391

392-
Status DeserializeNdarray(const SerializedPyObject& object, std::shared_ptr<Tensor>* out) {
392+
Status DeserializeNdarray(const SerializedPyObject& object,
393+
std::shared_ptr<Tensor>* out) {
393394
if (object.ndarrays.size() != 1) {
394395
return Status::Invalid("Object is not an Ndarray");
395396
}

0 commit comments

Comments
 (0)