Skip to content

Commit

Permalink
Remove extra semi colon from faiss/IndexIVFFastScan.cpp
Browse files Browse the repository at this point in the history
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
  • Loading branch information
r-barnes authored and facebook-github-bot committed Jan 23, 2024
1 parent b10eb35 commit e19de27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faiss/IndexIVFFastScan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ int compute_search_nslice(
return nslice;
}

}; // namespace
} // namespace

void IndexIVFFastScan::search_dispatch_implem(
idx_t n,
Expand Down

0 comments on commit e19de27

Please sign in to comment.