Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Nov 17, 2023
1 parent a44a1ae commit 12bf121
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/src/c_api/graph_mg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,6 @@ extern "C" cugraph_error_code_t cugraph_graph_create_mg(
CUGRAPH_INVALID_INPUT,
"Invalid input arguments: all weight types must match",
*error);

}

size_t num_edges = cugraph::host_scalar_allreduce(p_handle->handle_->get_comms(),
Expand Down

0 comments on commit 12bf121

Please sign in to comment.