From b3f03e8181257a14ab05b8e920d6ac3bcd84dc54 Mon Sep 17 00:00:00 2001 From: Vukasin Milovanovic Date: Tue, 17 Dec 2024 22:54:02 -0800 Subject: [PATCH] style --- cpp/src/io/comp/common.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/io/comp/common.hpp b/cpp/src/io/comp/common.hpp index c4c7512b7ac..72bb63e817e 100644 --- a/cpp/src/io/comp/common.hpp +++ b/cpp/src/io/comp/common.hpp @@ -34,4 +34,4 @@ namespace cudf::io::detail { */ constexpr std::size_t BUFFER_PADDING_MULTIPLE{8}; -} // namespace cudf::io::detail \ No newline at end of file +} // namespace cudf::io::detail