Skip to content

Commit 5965f91

Browse files
authored
formatting
1 parent 4b53bea commit 5965f91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/xtensor/xutils.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -793,8 +793,8 @@ namespace xt
793793
{
794794
using base_type = A;
795795
using value_type = typename A::value_type;
796-
using reference = value_type &;
797-
using const_reference = const value_type &;
796+
using reference = value_type&;
797+
using const_reference = const value_type&;
798798
using pointer = typename std::allocator_traits<A>::pointer;
799799
using const_pointer = typename std::allocator_traits<A>::const_pointer;
800800
using size_type = typename std::allocator_traits<A>::size_type;

0 commit comments

Comments
 (0)