Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Apr 28, 2024
1 parent 5257476 commit 0f85a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/scalar.h
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ struct ARROW_EXPORT ArraySpanFillFromScalarScratchSpace {

private:
template <typename... Args>
ArraySpanFillFromScalarScratchSpace(Args&&... args) {
explicit ArraySpanFillFromScalarScratchSpace(Args&&... args) {
Impl::FillScratchSpace(scratch_space_, std::forward<Args>(args)...);
}

Expand Down

0 comments on commit 0f85a7b

Please sign in to comment.