Skip to content

Commit

Permalink
Added blank lines at the end of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
osman362 committed Oct 18, 2023
1 parent 199bd26 commit f2a10ad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/SimpleMath.mo
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ class SimpleMath

equation
result = a * b; // Multiplication of the Parameters
end SimpleMath;
end SimpleMath;
2 changes: 1 addition & 1 deletion test/highlight/Resistor.mo
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ equation
// ^ comment
end Resistor;
// <- keyword
// ^ function.builtin
// ^ function.builtin
2 changes: 1 addition & 1 deletion test/highlight/SimpleEquation.mo
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ equation
// ^ comment
end SimpleMath;
// <- keyword
// ^ function.builtin
// ^ function.builtin

0 comments on commit f2a10ad

Please # to comment.