From f2037b0f3623b92413f04f43ea15246e8e43e43f Mon Sep 17 00:00:00 2001 From: Muhammad Haseeb <14217455+mhaseeb123@users.noreply.github.com> Date: Fri, 4 Oct 2024 10:32:53 -0700 Subject: [PATCH] Minor style fix --- cpp/src/io/json/write_json.cu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/io/json/write_json.cu b/cpp/src/io/json/write_json.cu index 8a27558cde5..e1241f8f90c 100644 --- a/cpp/src/io/json/write_json.cu +++ b/cpp/src/io/json/write_json.cu @@ -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] =