Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
ttnghia committed May 6, 2021
1 parent 842adc4 commit 0184e81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/include/cudf/detail/scatter.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ std::unique_ptr<table> scatter(
auto contents = col->release();

// Children null_mask will be superimposed during structs column construction.
col = cudf::make_structs_column(num_rows,
col = cudf::make_structs_column(num_rows,
std::move(contents.children),
null_count,
std::move(*contents.null_mask),
Expand Down

0 comments on commit 0184e81

Please sign in to comment.