From 5b1c248bd31047bd6c9f6abf7224606607e7f41f Mon Sep 17 00:00:00 2001 From: jnke2016 Date: Tue, 14 May 2024 15:32:51 -0700 Subject: [PATCH] fix style --- cpp/tests/community/mg_edge_triangle_count_test.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cpp/tests/community/mg_edge_triangle_count_test.cpp b/cpp/tests/community/mg_edge_triangle_count_test.cpp index 483ca51490d..888134fa972 100644 --- a/cpp/tests/community/mg_edge_triangle_count_test.cpp +++ b/cpp/tests/community/mg_edge_triangle_count_test.cpp @@ -137,7 +137,11 @@ class Tests_MGEdgeTriangleCount if (handle_->get_comms().get_rank() == int{0}) { // 3-2. Convert the MG triangle counts stored as 'edge_property_t' to device vector - auto [edgelist_srcs, edgelist_dsts, d_edgelist_weights, d_edge_triangle_counts, d_edgelist_type] = + auto [edgelist_srcs, + edgelist_dsts, + d_edgelist_weights, + d_edge_triangle_counts, + d_edgelist_type] = cugraph::decompress_to_edgelist( *handle_, sg_graph.view(),