Skip to content

Commit a11dce4

Browse files
committedOct 8, 2024
Bring back the semicolon after class definition
1 parent 607cb45 commit a11dce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎source/templates.tex

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
\begin{example}
153153
\begin{codeblock}
154154
void f() {}
155-
class f {} // OK
155+
class f {}; // OK
156156
namespace N {
157157
void f(int) {}
158158
}

0 commit comments

Comments
 (0)