Skip to content

Commit

Permalink
update namespace decls
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwendt committed Jul 9, 2024
1 parent 50aedd5 commit 1c871a4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions cpp/src/io/text/multibyte_split.cu
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@
#include <numeric>
#include <optional>

namespace cudf {
namespace io {
namespace text {
namespace cudf::io::text {
namespace detail {
namespace {

Expand Down Expand Up @@ -595,6 +593,4 @@ std::unique_ptr<cudf::column> multibyte_split(cudf::io::text::data_chunk_source
return result;
}

} // namespace text
} // namespace io
} // namespace cudf
} // namespace cudf::io::text

0 comments on commit 1c871a4

Please sign in to comment.