From f763a31d719cc662a44c80da1c827bdaa08ee516 Mon Sep 17 00:00:00 2001 From: Alessandro Molina Date: Wed, 16 Oct 2024 22:55:02 +0000 Subject: [PATCH] cpp format --- cpp/src/arrow/array/util.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cpp/src/arrow/array/util.h b/cpp/src/arrow/array/util.h index 6e556673c8e6b..3c1640dfcad35 100644 --- a/cpp/src/arrow/array/util.h +++ b/cpp/src/arrow/array/util.h @@ -79,9 +79,9 @@ Result> MakeEmptyArray(std::shared_ptr type, /// \param[in] pool the memory pool to allocate memory from /// \return the resulting Array ARROW_EXPORT -Result> MakeMaskArray( - const std::vector& indices, int64_t length, - MemoryPool* pool = default_memory_pool()); +Result> MakeMaskArray(const std::vector& indices, + int64_t length, + MemoryPool* pool = default_memory_pool()); /// @} namespace internal {