From c13a4087407bcb6e7f85bce60450f6e84eca7245 Mon Sep 17 00:00:00 2001 From: Muhammad Haseeb Date: Wed, 18 Sep 2024 18:48:28 +0000 Subject: [PATCH] Style fix --- cpp/examples/parquet_io/CMakeLists.txt | 2 +- cpp/examples/parquet_io/common.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cpp/examples/parquet_io/CMakeLists.txt b/cpp/examples/parquet_io/CMakeLists.txt index 1e1d2c3516f..28ade3666bf 100644 --- a/cpp/examples/parquet_io/CMakeLists.txt +++ b/cpp/examples/parquet_io/CMakeLists.txt @@ -29,4 +29,4 @@ target_compile_features(parquet_io_multithreaded PRIVATE cxx_std_17) install(TARGETS parquet_io_multithreaded DESTINATION bin/examples/libcudf) # Install the example.parquet file -install(FILES ${CMAKE_CURRENT_LIST_DIR}/example.parquet DESTINATION bin/examples/libcudf) \ No newline at end of file +install(FILES ${CMAKE_CURRENT_LIST_DIR}/example.parquet DESTINATION bin/examples/libcudf) diff --git a/cpp/examples/parquet_io/common.hpp b/cpp/examples/parquet_io/common.hpp index 2095a0b237c..57c6a8b4f0f 100644 --- a/cpp/examples/parquet_io/common.hpp +++ b/cpp/examples/parquet_io/common.hpp @@ -127,4 +127,4 @@ std::shared_ptr create_memory_resource(bool is_ } return std::nullopt; -} \ No newline at end of file +}