Skip to content

Commit

Permalink
Minor style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 authored Oct 4, 2024
1 parent a9b040f commit f2037b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/io/json/write_json.cu
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ struct escape_strings_fn {
rmm::cuda_stream_view stream,
rmm::device_async_resource_ref mr)
{
if (column_v.is_empty()) { // empty begets empty
if (column_v.is_empty()) { // empty begets empty
return make_empty_column(type_id::STRING);
}
auto [offsets_column, chars] =
Expand Down

0 comments on commit f2037b0

Please sign in to comment.