mirror of
https://github.com/pybind/pybind11.git
synced 2024-11-24 14:15:11 +00:00
style: pre-commit fixes
This commit is contained in:
parent
85052afe65
commit
23ceaba974
@ -120,7 +120,8 @@ struct as_return_type {
|
||||
};
|
||||
|
||||
template <typename T>
|
||||
struct as_return_type<T, typename std::enable_if<is_descr<decltype(T::return_name)>::value>::type> {
|
||||
struct as_return_type<T,
|
||||
typename std::enable_if<is_descr<decltype(T::return_name)>::value>::type> {
|
||||
static constexpr auto name = T::return_name;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user