Skip to content

Commit 3e666ae

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove extra semi colon from faiss/invlists/InvertedLists.cpp
Summary: `-Wextra-semi` or `-Wextra-semi-stmt` If the code compiles, this is safe to land. Reviewed By: algoriddle Differential Revision: D52969085 fbshipit-source-id: f532f9000abd580e53159f660f6703dacb02796f
1 parent 7e01b47 commit 3e666ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

faiss/invlists/InvertedLists.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ idx_t translate_list_no(const SliceInvertedLists* sil, idx_t list_no) {
437437
return list_no + sil->i0;
438438
}
439439

440-
}; // namespace
440+
} // namespace
441441

442442
SliceInvertedLists::SliceInvertedLists(
443443
const InvertedLists* il,
@@ -522,7 +522,7 @@ idx_t sum_il_sizes(int nil, const InvertedLists** ils_in) {
522522
return tot;
523523
}
524524

525-
}; // namespace
525+
} // namespace
526526

527527
VStackInvertedLists::VStackInvertedLists(int nil, const InvertedLists** ils_in)
528528
: ReadOnlyInvertedLists(

0 commit comments

Comments
 (0)