Skip to content

Commit 07103d6

Browse files
authored
Remove extra semicolon (#3666)
1 parent 1779288 commit 07103d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/pybind11/detail/internals.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ inline bool raise_err(PyObject *exc_type, const char *msg) {
322322
#endif
323323
PyErr_SetString(exc_type, msg);
324324
return false;
325-
};
325+
}
326326

327327
inline void translate_exception(std::exception_ptr p) {
328328
if (!p) {

0 commit comments

Comments
 (0)