Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Oct 3, 2023
1 parent 291e2dd commit 5d7e33f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/c_api/induced_subgraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ struct induced_subgraph_functor : public cugraph::c_api::abstract_functor {
number_map->data(),
graph_view.vertex_partition_range_lasts(),
do_expensive_check_);

// FIXME: Add support for edge_id and edge_type_id.
result_ = new cugraph::c_api::cugraph_induced_subgraph_result_t{
new cugraph::c_api::cugraph_type_erased_device_array_t(src, graph_->vertex_type_),
Expand Down

0 comments on commit 5d7e33f

Please sign in to comment.