kou commented on PR #37579: URL: https://github.com/apache/arrow/pull/37579#issuecomment-1707533648
Could you fix a lint error by running `ninja format`? https://github.com/apache/arrow/actions/runs/6091569576/job/16528361395?pr=37579#step:5:7333 ```text --- /arrow/cpp/src/arrow/chunked_array.cc +++ /arrow/cpp/src/arrow/chunked_array.cc (after clang format) @@ -127,7 +127,7 @@ return false; } -} // namespace +} // namespace bool ChunkedArray::Equals(const std::shared_ptr<ChunkedArray>& other) const { if (!other) { ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
