Skip to content

Commit d3b54b6

Browse files
style: pre-commit fixes
1 parent 6b9f653 commit d3b54b6

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
@@ -2535,9 +2535,7 @@ class exception : public object {
25352535
}
25362536

25372537
// Sets the current python exception to this exception object with the given message
2538-
void operator()(const char *message) {
2539-
detail::raise_err(m_ptr, message);
2540-
}
2538+
void operator()(const char *message) { detail::raise_err(m_ptr, message); }
25412539
};
25422540

25432541
PYBIND11_NAMESPACE_BEGIN(detail)

0 commit comments

Comments
 (0)