Skip to content

Commit 9ae1bd2

Browse files
fixup: add missing space after ==
Co-authored-by: Jan Schultke <[email protected]>
1 parent e888675 commit 9ae1bd2

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
@@ -5761,7 +5761,7 @@
57615761
using scheduler_concept = scheduler_t;
57625762

57635763
constexpr @\exposid{inline-sender}@ schedule() noexcept { return {}; }
5764-
constexpr bool operator== (const inline_scheduler&) const noexcept = default;
5764+
constexpr bool operator==(const inline_scheduler&) const noexcept = default;
57655765
};
57665766
}
57675767
\end{codeblock}

0 commit comments

Comments
 (0)