Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed May 14, 2024
1 parent 1c4ee11 commit 5b1c248
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cpp/tests/community/mg_edge_triangle_count_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit 5b1c248

Please sign in to comment.