Skip to content

Commit fd0fb62

Browse files
committed
updates formatting
1 parent 7bf49ee commit fd0fb62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/string_view

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ private:
690690
const value_type* __data_;
691691
size_type __size_;
692692

693-
template<class, class, class>
693+
template <class, class, class>
694694
friend class basic_string;
695695
};
696696
_LIBCPP_CTAD_SUPPORTED_FOR_TYPE(basic_string_view);

0 commit comments

Comments
 (0)