Skip to content

Commit 816569c

Browse files
author
Andrew Morrow
committed
Fix whitespace nit
1 parent 658d196 commit 816569c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

detail/is_nothrow_swappable.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace detail {
5656
struct is_swappable :
5757
std::conditional<adl_swap_ns::is_swappable_test<T, U>::value,
5858
std::true_type, std::false_type>::type {};
59-
59+
6060
template<typename T, typename U = T>
6161
struct is_nothrow_swappable :
6262
adl_swap_ns::is_nothrow_swappable_test<is_swappable<T, U>::value, T, U> {};

0 commit comments

Comments
 (0)