Skip to content

Commit 23af8e9

Browse files
style: pre-commit fixes
1 parent f7a90cf commit 23af8e9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

include/pybind11/pybind11.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2517,9 +2517,7 @@ class exception : public object {
25172517
}
25182518

25192519
// Sets the current python exception to this exception object with the given message
2520-
void operator()(const char *message) {
2521-
detail::raise_err(m_ptr, message);
2522-
}
2520+
void operator()(const char *message) { detail::raise_err(m_ptr, message); }
25232521
};
25242522

25252523
PYBIND11_NAMESPACE_BEGIN(detail)

0 commit comments

Comments
 (0)