Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHastings committed Nov 6, 2023
1 parent 21b6a6d commit 1197d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpp/src/centrality/eigenvector_centrality_impl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ rmm::device_uvector<weight_t> eigenvector_centrality(
centralities.end(),
old_centralities.data());

update_edge_src_property(handle, pull_graph_view, old_centralities.begin(), edge_src_centralities);
update_edge_src_property(
handle, pull_graph_view, old_centralities.begin(), edge_src_centralities);

if (edge_weight_view) {
per_v_transform_reduce_incoming_e(
Expand Down

0 comments on commit 1197d40

Please sign in to comment.