Skip to content

Commit 1257b05

Browse files
fixup: add space before colon for base class declaration
Co-authored-by: Jan Schultke <[email protected]>
1 parent 3a1ce23 commit 1257b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/exec.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5721,7 +5721,7 @@
57215721
\begin{codeblock}
57225722
namespace std::execution {
57235723
template<>
5724-
struct @\exposid{impls-for}@<affine_on_t>: @\exposid{default-impls}@ {
5724+
struct @\exposid{impls-for}@<affine_on_t> : @\exposid{default-impls}@ {
57255725
static constexpr auto @\exposid{get-attrs}@ =
57265726
[](const auto& data, const auto& child) noexcept -> decltype(auto) {
57275727
return @\exposid{JOIN-ENV}@(@\exposid{SCHED-ATTRS}@(data), @\exposid{FWD-ENV}@(get_env(child)));

0 commit comments

Comments
 (0)