Skip to content

Commit eff91b9

Browse files
committed
Fixed formatting
1 parent 06a75f1 commit eff91b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libcxx/include/string

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1766,8 +1766,7 @@ public:
17661766
# endif
17671767

17681768
# if _LIBCPP_STD_VER >= 26
1769-
[[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __self_view
1770-
subview(size_type __pos = 0, size_type __n = npos) const {
1769+
[[nodiscard]] _LIBCPP_HIDE_FROM_ABI constexpr __self_view subview(size_type __pos = 0, size_type __n = npos) const {
17711770
return __self_view(*this).subview(__pos, __n);
17721771
}
17731772
# endif

0 commit comments

Comments
 (0)