Skip to content

Commit

Permalink
Remove unnecessary whitespace change
Browse files Browse the repository at this point in the history
  • Loading branch information
wence- authored Oct 4, 2024
1 parent 6ab40ba commit fa191ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/include/cudf/datetime.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ std::unique_ptr<cudf::column> extract_second(
* @returns cudf::column of the extracted int16_t milliseconds
* @throw cudf::logic_error if input column datatype is not TIMESTAMP
*/

std::unique_ptr<cudf::column> extract_millisecond_fraction(
cudf::column_view const& column,
rmm::cuda_stream_view stream = cudf::get_default_stream(),
Expand Down

0 comments on commit fa191ef

Please sign in to comment.