From 75f27738de67bdc15c332e4eb9d25d28403a0ad3 Mon Sep 17 00:00:00 2001 From: Robert Maynard Date: Thu, 29 Dec 2022 13:28:01 -0500 Subject: [PATCH] Correct style issues found by CI --- cpp/libcudf_kafka/tests/CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cpp/libcudf_kafka/tests/CMakeLists.txt b/cpp/libcudf_kafka/tests/CMakeLists.txt index 477c1c15c28..904524f7e98 100644 --- a/cpp/libcudf_kafka/tests/CMakeLists.txt +++ b/cpp/libcudf_kafka/tests/CMakeLists.txt @@ -42,5 +42,6 @@ endfunction() # ---------------------------------------------------------------------------------- ConfigureTest(KAFKA_HOST_TEST kafka_consumer_tests.cpp) -rapids_test_install_relocatable(INSTALL_COMPONENT_SET testing DESTINATION bin/gtests/libcudf_kafka - EXCLUDE_FROM_ALL) +rapids_test_install_relocatable( + INSTALL_COMPONENT_SET testing DESTINATION bin/gtests/libcudf_kafka EXCLUDE_FROM_ALL +)