Skip to content

Commit

Permalink
Remove extra semi colon from facer/engine/libsvm/svm.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: palmje

Differential Revision: D51995074

fbshipit-source-id: 4863250ff9f4b87241f6c01cf3b39b6b87172852
  • Loading branch information
r-barnes authored and facebook-github-bot committed Dec 9, 2023
1 parent d2cb016 commit 3dab47c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faiss/impl/AdditiveQuantizer.h
Original file line number Diff line number Diff line change
Expand Up @@ -203,4 +203,4 @@ struct AdditiveQuantizer : Quantizer {
virtual ~AdditiveQuantizer();
};

}; // namespace faiss
} // namespace faiss

0 comments on commit 3dab47c

Please sign in to comment.