Skip to content

Commit 1ca46dc

Browse files
committed
lint
1 parent ac57d2b commit 1ca46dc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

cpp/src/arrow/extension/variable_shape_tensor.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ Result<std::shared_ptr<DataType>> VariableShapeTensorType::Make(
314314
}
315315

316316
return std::make_shared<VariableShapeTensorType>(value_type, ndim, permutation,
317-
dim_names, uniform_shape);
317+
dim_names, uniform_shape);
318318
}
319319

320320
std::shared_ptr<DataType> variable_shape_tensor(

cpp/src/arrow/extension/variable_shape_tensor.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ class ARROW_EXPORT VariableShapeTensorType : public ExtensionType {
107107
/// \brief Return a VariableShapeTensorType instance.
108108
ARROW_EXPORT std::shared_ptr<DataType> variable_shape_tensor(
109109
const std::shared_ptr<DataType>& value_type, int32_t ndim,
110-
std::vector<int64_t> permutation = {},
111-
std::vector<std::string> dim_names = {},
110+
std::vector<int64_t> permutation = {}, std::vector<std::string> dim_names = {},
112111
std::vector<std::optional<int64_t>> uniform_shape = {});
113112

114113
} // namespace extension

0 commit comments

Comments
 (0)