Skip to content

Commit f13d5d6

Browse files
committed
code style
1 parent b54b7a7 commit f13d5d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proxy.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -2034,8 +2034,8 @@ struct weak_conversion_dispatch : cast_dispatch_base<false, true> {
20342034
___PRO_STATIC_CALL(auto, const P& self) noexcept
20352035
requires(
20362036
requires(const typename P::weak_type& w)
2037-
{ { w.lock() } noexcept -> std::same_as<P>; }) &&
2038-
std::is_convertible_v<const P&, typename P::weak_type>
2037+
{ { w.lock() } noexcept -> std::same_as<P>; } &&
2038+
std::is_convertible_v<const P&, typename P::weak_type>)
20392039
{ return typename P::weak_type{self}; }
20402040
};
20412041
template <class F>

0 commit comments

Comments
 (0)