Skip to content

Commit c9997fa

Browse files
fxup: add proper indentation after template head
Co-authored-by: Jan Schultke <[email protected]>
1 parent e92c689 commit c9997fa

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
@@ -6017,7 +6017,7 @@
60176017
~task();
60186018

60196019
template<@\libconcept{receiver}@ Rcvr>
6020-
@\exposid{state}@<Rcvr> connect(Rcvr&& rcvr);
6020+
@\exposid{state}@<Rcvr> connect(Rcvr&& rcvr);
60216021

60226022
private:
60236023
coroutine_handle<promise_type> @\exposidnc{handle}@; // \expos

0 commit comments

Comments
 (0)