Skip to content

Commit

Permalink
Remove extra semi colon from faiss/impl/ProductAdditiveQuantizer.h
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: D52969139

fbshipit-source-id: 563843d43c64fb988ff0d08ccdb0408cd0eba454
  • Loading branch information
r-barnes authored and facebook-github-bot committed Jan 27, 2024
1 parent 898ce35 commit 67c6a19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faiss/impl/ProductAdditiveQuantizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ struct ProductResidualQuantizer : ProductAdditiveQuantizer {
ProductResidualQuantizer();
};

}; // namespace faiss
} // namespace faiss

0 comments on commit 67c6a19

Please sign in to comment.