Skip to content

Commit 3dab47c

Browse files
r-barnesfacebook-github-bot
authored andcommitted
Remove extra semi colon from facer/engine/libsvm/svm.cpp
Summary: `-Wextra-semi` or `-Wextra-semi-stmt` If the code compiles, this is safe to land. Reviewed By: palmje Differential Revision: D51995074 fbshipit-source-id: 4863250ff9f4b87241f6c01cf3b39b6b87172852
1 parent d2cb016 commit 3dab47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faiss/impl/AdditiveQuantizer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ struct AdditiveQuantizer : Quantizer {
203203
virtual ~AdditiveQuantizer();
204204
};
205205

206-
}; // namespace faiss
206+
} // namespace faiss

0 commit comments

Comments
 (0)