Skip to content

Commit 67c6a19

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove extra semi colon from faiss/impl/ProductAdditiveQuantizer.h
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
1 parent 898ce35 commit 67c6a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faiss/impl/ProductAdditiveQuantizer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,4 +151,4 @@ struct ProductResidualQuantizer : ProductAdditiveQuantizer {
151151
ProductResidualQuantizer();
152152
};
153153

154-
}; // namespace faiss
154+
} // namespace faiss

0 commit comments

Comments
 (0)