Skip to content

Commit

Permalink
Add line break at last line of listing
Browse files Browse the repository at this point in the history
Co-authored-by: Hans Olsson <HansOlsson@users.noreply.github.com>
  • Loading branch information
henrikt-ma and HansOlsson committed Apr 28, 2022
1 parent 2cedebf commit 85c26be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion chapters/dae.tex
Expand Up @@ -107,7 +107,8 @@ \chapter{Modelica DAE Representation}\label{modelica-dae-representation}
when sample(1.0, 1.0) then
x = 3 * pre(x) - y; // OK, forming nonlinear equation system with y.
end when;
end M;\end{lstlisting}
end M;
\end{lstlisting}
\end{example}

\begin{example}
Expand Down

0 comments on commit 85c26be

Please sign in to comment.