Commit 07103d65 by Mattia Basaglia Committed by GitHub

Remove extra semicolon (#3666)

parent 17792884
......@@ -322,7 +322,7 @@ inline bool raise_err(PyObject *exc_type, const char *msg) {
#endif
PyErr_SetString(exc_type, msg);
return false;
};
}
inline void translate_exception(std::exception_ptr p) {
if (!p) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment