Skip to content

Commit

Permalink
Remove extra semi colon from faiss/python/python_callbacks.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: algoriddle

Differential Revision: D52969076

fbshipit-source-id: 97692db6dd7a2d6ffef12ebcdaadd99abf089ca1
  • Loading branch information
r-barnes authored and facebook-github-bot committed Jan 23, 2024
1 parent 3e666ae commit 522452f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion faiss/python/python_callbacks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct PyThreadLock {
}
};

}; // namespace
} // namespace

/***********************************************************
* Callbacks for IO reader and writer
Expand Down

0 comments on commit 522452f

Please sign in to comment.