Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
jnke2016 committed Nov 30, 2024
1 parent 9d84558 commit a7a224c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions cpp/src/sampling/neighbor_sampling_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -334,9 +334,10 @@ neighbor_sample_impl(raft::handle_t const& handle,
starting_vertex_labels,
raft::device_span<vertex_t const>{level_result_dst_vectors.back().data(),
level_result_dst_vectors.back().size()},
frontier_vertex_labels ? std::make_optional(raft::device_span<label_t const>(
level_result_label_vectors->back().data(), level_result_label_vectors->back().size()))
: std::nullopt,
frontier_vertex_labels
? std::make_optional(raft::device_span<label_t const>(
level_result_label_vectors->back().data(), level_result_label_vectors->back().size()))
: std::nullopt,
std::move(vertex_used_as_source),
modified_graph_view.local_vertex_partition_view(),
vertex_partition_range_lasts,
Expand Down

0 comments on commit a7a224c

Please sign in to comment.