Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
(cherry picked from commit 510d39b)
GuyAv46 committed Feb 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 3a0a7e7 commit 7c72c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/VecSim/algorithms/brute_force/brute_force_multi.h
Original file line number Diff line number Diff line change
@@ -111,7 +111,7 @@ int BruteForceIndex_Multi<DataType, DistType>::deleteVector(labelType label) {
}

// Deletes all vectors under the given label.
for (auto &ids = deleted_label_ids_pair->second; idType id_to_delete : ids) {
for (auto &ids = deleted_label_ids_pair->second; idType id_to_delete : ids) {
this->removeVector(id_to_delete);
ret++;
}

0 comments on commit 7c72c46

Please sign in to comment.