Skip to content

Commit

Permalink
Remove extra semi colon from deprecated/libmccpp/ThreadSafeClientPool…
Browse files Browse the repository at this point in the history
….h (#3479)

Summary:
Pull Request resolved: #3479

`-Wextra-semi` or `-Wextra-semi-stmt`

If the code compiles, this is safe to land.

Reviewed By: palmje

Differential Revision: D57632759

fbshipit-source-id: 48bc23e87b3f518182085124c4c8e68ddbb3ca8f
  • Loading branch information
r-barnes authored and facebook-github-bot committed May 23, 2024
1 parent eec4cba commit 729a66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_common_ivf_empty_index.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace {

int d = 64;

}; // namespace
} // namespace

std::vector<float> get_random_vectors(size_t n, int seed) {
std::vector<float> x(n * d);
Expand Down

0 comments on commit 729a66f

Please sign in to comment.