mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-22 13:15:12 +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
|
#endif
|
||||||
PyErr_SetString(exc_type, msg);
|
PyErr_SetString(exc_type, msg);
|
||||||
return false;
|
return false;
|
||||||
};
|
}
|
||||||
|
|
||||||
inline void translate_exception(std::exception_ptr p) {
|
inline void translate_exception(std::exception_ptr p) {
|
||||||
if (!p) {
|
if (!p) {
|
||||||
|
Loading…
Reference in New Issue
Block a user