Skip to content

Commit e19de27

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove extra semi colon from faiss/IndexIVFFastScan.cpp
Summary: `-Wextra-semi` or `-Wextra-semi-stmt` If the code compiles, this is safe to land. Reviewed By: algoriddle Differential Revision: D52969081 fbshipit-source-id: d728a4887ac1415ae88dae643055380a183c6990
1 parent b10eb35 commit e19de27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faiss/IndexIVFFastScan.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ int compute_search_nslice(
450450
return nslice;
451451
}
452452

453-
}; // namespace
453+
} // namespace
454454

455455
void IndexIVFFastScan::search_dispatch_implem(
456456
idx_t n,

0 commit comments

Comments
 (0)