From 51d430aa7214715171c1228eaf4a6a8ea1ca0af8 Mon Sep 17 00:00:00 2001 From: Seunghwa Kang Date: Mon, 17 Jul 2023 16:01:12 -0700 Subject: [PATCH] clang-format --- cpp/src/community/detail/common_methods.cuh | 3 +-- cpp/src/community/detail/refine_impl.cuh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/cpp/src/community/detail/common_methods.cuh b/cpp/src/community/detail/common_methods.cuh index 339a36e0a8f..b388ba53e81 100644 --- a/cpp/src/community/detail/common_methods.cuh +++ b/cpp/src/community/detail/common_methods.cuh @@ -46,8 +46,7 @@ CUCO_DECLARE_BITWISE_COMPARABLE(double) // FIXME: a temporary workaround for a compiler error, should be deleted once cuco gets patched. namespace cuco { template <> -struct is_bitwise_comparable> : std::true_type { -}; +struct is_bitwise_comparable> : std::true_type {}; } // namespace cuco namespace cugraph { diff --git a/cpp/src/community/detail/refine_impl.cuh b/cpp/src/community/detail/refine_impl.cuh index 9bfeab53c4a..e811aafc776 100644 --- a/cpp/src/community/detail/refine_impl.cuh +++ b/cpp/src/community/detail/refine_impl.cuh @@ -51,8 +51,7 @@ CUCO_DECLARE_BITWISE_COMPARABLE(double) // FIXME: a temporary workaround for a compiler error, should be deleted once cuco gets patched. namespace cuco { template <> -struct is_bitwise_comparable> : std::true_type { -}; +struct is_bitwise_comparable> : std::true_type {}; } // namespace cuco namespace cugraph {