From 2f247ff758a637d981221ec6d25e3f5d153f7267 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Tue, 25 Aug 2026 07:26:51 +0200 Subject: [PATCH] [format.range.formatter] Fix indentation --- source/text.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/text.tex b/source/text.tex index bf6d74917f..589f05e724 100644 --- a/source/text.tex +++ b/source/text.tex @@ -7960,8 +7960,8 @@ parse(ParseContext& ctx); template - requires @\libconcept{formattable}@, charT> && - @\libconcept{same_as}@>, T> + requires @\libconcept{formattable}@, charT> && + @\libconcept{same_as}@>, T> constexpr typename FormatContext::iterator format(R&& r, FormatContext& ctx) const; }; @@ -8131,8 +8131,8 @@ \indexlibrarymember{format}{range_formatter}% \begin{itemdecl} template - requires @\libconcept{formattable}@, charT> && - @\libconcept{same_as}@>, T> + requires @\libconcept{formattable}@, charT> && + @\libconcept{same_as}@>, T> constexpr typename FormatContext::iterator format(R&& r, FormatContext& ctx) const; \end{itemdecl}