Skip to content

Commit

Permalink
Run archery lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Sep 6, 2023
1 parent 5470a15 commit b9474d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/chunked_array.cc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ bool mayHaveNaN(const arrow::DataType& type) {
return false;
}

} // namespace
} // namespace

bool ChunkedArray::Equals(const std::shared_ptr<ChunkedArray>& other) const {
if (!other) {
Expand Down

0 comments on commit b9474d8

Please sign in to comment.