Skip to content

Commit 860ad25

Browse files
committed
[NFC][libc++] Format
Signed-off-by: yronglin <[email protected]>
1 parent 3e0f49e commit 860ad25

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libcxx/include/__type_traits/is_core_convertible.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ template <class _Tp, class _Up>
3030
struct __is_core_convertible<_Tp, _Up, decltype(static_cast<void (*)(_Up)>(0)(static_cast<_Tp (*)()>(0)()))>
3131
: true_type {};
3232

33-
3433
#if _LIBCPP_STD_VER >= 20
3534

3635
template <class _Tp, class _Up>

0 commit comments

Comments
 (0)