Skip to content

Commit 59567fb

Browse files
authored
[format.range.fmtkind] Fix indentation (cplusplus#9015)
1 parent c919845 commit 59567fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/text.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7880,7 +7880,7 @@
78807880
\indexlibraryglobal{format_kind}
78817881
\begin{itemdecl}
78827882
template<ranges::@\libconcept{input_range}@ R>
7883-
requires @\libconcept{same_as}@<R, remove_cvref_t<R>>
7883+
requires @\libconcept{same_as}@<R, remove_cvref_t<R>>
78847884
constexpr range_format format_kind<R> = @\seebelow@;
78857885
\end{itemdecl}
78867886

0 commit comments

Comments
 (0)