Skip to content

Commit 2090fff

Browse files
committed
fixup: formatting
1 parent fdac83e commit 2090fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ranges.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@
346346
namespace views { inline constexpr @\unspec@ reverse = @\unspec@; }
347347

348348
// \ref{range.as.const}, as const view
349-
template <@\libconcept{input_range}@ R>
349+
template<@\libconcept{input_range}@ R>
350350
constexpr auto& @\exposid{possibly-const-range}@(R& r) { // \expos
351351
if constexpr (@\libconcept{constant_range}@<const R> && !@\libconcept{constant_range}@<R>) {
352352
return const_cast<const R&>(r);

0 commit comments

Comments
 (0)