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 tarang-jain committed Jan 11, 2024
1 parent 7ebfcbe commit 2f78ed1
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 2f78ed1

Please sign in to comment.