Skip to content

Commit 7d8d54c

Browse files
fixup: remove extraneous space after ==
Co-authored-by: Jan Schultke <[email protected]>
1 parent 6cd965a commit 7d8d54c

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
@@ -5896,7 +5896,7 @@
58965896
template<class Sch>
58975897
requires (!@\libconcept{same_as}@<task_scheduler, Sch>)
58985898
&& @\libconcept{scheduler}@<Sch>
5899-
bool operator== (const task_scheduler& lhs, const Sch& rhs) noexcept;
5899+
bool operator==(const task_scheduler& lhs, const Sch& rhs) noexcept;
59005900
\end{itemdecl}
59015901

59025902
\begin{itemdescr}

0 commit comments

Comments
 (0)