Skip to content

Commit e867f87

Browse files
style: pre-commit fixes
1 parent a648456 commit e867f87

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/pybind11/functional.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,7 @@ struct type_caster<std::function<Return(Args...)>> {
139139
type,
140140
const_name("collections.abc.Callable[[")
141141
+ ::pybind11::detail::concat(::pybind11::detail::inv_descr(make_caster<Args>::name)...)
142-
+ const_name("], ") + make_caster<retval_type>::name
143-
+ const_name("]"));
142+
+ const_name("], ") + make_caster<retval_type>::name + const_name("]"));
144143
};
145144

146145
PYBIND11_NAMESPACE_END(detail)

0 commit comments

Comments
 (0)