Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
viclafargue committed Jul 14, 2023
1 parent 7064703 commit 1fb0da6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cpp/include/raft_runtime/neighbors/ivf_flat.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ namespace raft::runtime::neighbors::ivf_flat {
\
void reconstruct_list_data(raft::resources const& handle, \
const raft::neighbors::ivf_flat::index<T, IdxT>& idx, \
device_matrix_view<T, uint32_t, row_major> out_vectors, \
uint32_t label, \
uint32_t offset); \
device_matrix_view<T, uint32_t, row_major> out_vectors, \
uint32_t label, \
uint32_t offset); \
\
void serialize_file(raft::resources const& handle, \
const std::string& filename, \
Expand Down

0 comments on commit 1fb0da6

Please sign in to comment.