From b9474d8bf9ed2b648d3f2c7055b84315fb7e15bc Mon Sep 17 00:00:00 2001 From: Sarah Gilmore Date: Wed, 6 Sep 2023 09:25:12 -0400 Subject: [PATCH] Run archery lint command --- cpp/src/arrow/chunked_array.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/chunked_array.cc b/cpp/src/arrow/chunked_array.cc index 45534733c625f..12937406e7800 100644 --- a/cpp/src/arrow/chunked_array.cc +++ b/cpp/src/arrow/chunked_array.cc @@ -127,7 +127,7 @@ bool mayHaveNaN(const arrow::DataType& type) { return false; } -} // namespace +} // namespace bool ChunkedArray::Equals(const std::shared_ptr& other) const { if (!other) {