Skip to content

Commit

Permalink
gather_internal.h: Please the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
felipecrv committed May 3, 2024
1 parent d47fb55 commit 5170e6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cpp/src/arrow/util/gather_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@

namespace arrow::internal {
inline namespace gather_internal {

// CRTP [1] base class for Gather that provides a gathering loop in terms of
// Write*() methods that must be implemented by the derived class.
//
Expand Down Expand Up @@ -284,6 +283,5 @@ class Gather<1, IndexCType, /*WithFactor=*/false>
src_validity, idx_length_, idx_, idx_validity, out_is_valid);
}
};

} // namespace gather_internal
} // namespace arrow::internal

0 comments on commit 5170e6d

Please sign in to comment.