Skip to content

Commit

Permalink
ChangeIndentation
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jan 23, 2022
1 parent 1576579 commit 662b9ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chapters/annotations.tex
Expand Up @@ -1746,9 +1746,9 @@ \subsubsection{Conversion rules}\label{conversion-rules}
convertModifiers("Modelica.Blocks.Math.LinearDependency",
{"y0=0", "k1=0", "k2=0"}, {"y0=%y0%", "k1=%y0%*%k1%", "k2=%y0%*%k2%"},
true);
convertClass(
"My.Library.BadPackage",
"My.Library.Package");

convertClass("My.Library.BadPackage",
"My.Library.Package");
convertElement("My.Library.BadPackage.PartialBase",
"bad", "correct");
convertElement("My.Library.BadPackage.ActualClass",
Expand Down

0 comments on commit 662b9ef

Please sign in to comment.