Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaseeb123 committed Sep 18, 2024
1 parent d06f7f2 commit c13a408
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/examples/parquet_io/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
install(FILES ${CMAKE_CURRENT_LIST_DIR}/example.parquet DESTINATION bin/examples/libcudf)
2 changes: 1 addition & 1 deletion cpp/examples/parquet_io/common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ std::shared_ptr<rmm::mr::device_memory_resource> create_memory_resource(bool is_
}

return std::nullopt;
}
}

0 comments on commit c13a408

Please sign in to comment.