mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-21 20:55:11 +00:00
Remove extra semicolon (#3666)
This commit is contained in:
parent
177928840e
commit
07103d6570
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user