From 94a61a1715da723b2f483f12a0d6edc125a4c628 Mon Sep 17 00:00:00 2001 From: Seunghwa Kang Date: Wed, 18 Oct 2023 12:13:50 -0700 Subject: [PATCH] clang-format --- .../cugraph/edge_partition_edge_property_device_view.cuh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/cpp/include/cugraph/edge_partition_edge_property_device_view.cuh b/cpp/include/cugraph/edge_partition_edge_property_device_view.cuh index d32b2ad460b..e5b64b1e02f 100644 --- a/cpp/include/cugraph/edge_partition_edge_property_device_view.cuh +++ b/cpp/include/cugraph/edge_partition_edge_property_device_view.cuh @@ -33,8 +33,8 @@ template ::value_type> class edge_partition_edge_property_device_view_t { public: - using edge_type = edge_t; - using value_type = value_t; + using edge_type = edge_t; + using value_type = value_t; static constexpr bool is_packed_bool = cugraph::is_packed_bool(); static constexpr bool has_packed_bool_element = @@ -174,8 +174,8 @@ class edge_partition_edge_property_device_view_t { template class edge_partition_edge_dummy_property_device_view_t { public: - using edge_type = edge_t; - using value_type = thrust::nullopt_t; + using edge_type = edge_t; + using value_type = thrust::nullopt_t; static constexpr bool is_packed_bool = false; static constexpr bool has_packed_bool_element = false;