Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
lowener committed Sep 26, 2023
1 parent 0f09c37 commit 53b45dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ auto deserialize(raft::resources const& res, std::istream& is) -> index<T, IdxT>
deserialize_mdspan(res, is, dataset.view());
auto idx = index<T, IdxT>(
res, metric, raft::make_const_mdspan(dataset.view()), raft::make_const_mdspan(graph.view()));

deserialize_mdspan(res, is, idx.removed_indices().to_mdspan());
return idx;
} else {
Expand Down

0 comments on commit 53b45dc

Please sign in to comment.