Skip to content

Commit

Permalink
Fix linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Sep 5, 2023
1 parent 4b4d709 commit 1bbdf7b
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 @@ -130,7 +130,7 @@ bool supportsNaN(const arrow::DataType& type) {
return supports_nan;
}

} // namespace
} // namespace

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

0 comments on commit 1bbdf7b

Please sign in to comment.