Skip to content

Commit

Permalink
Adding new line at end
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutsche committed Jan 17, 2024
1 parent 8e30ac6 commit 3848711
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/basics/MTKModel_Connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,4 +406,5 @@ Using ternary operator or if-elseif-else statement, conditional initial guesses
p = flag ? 1 : 2
end
end
```
```
1 change: 1 addition & 0 deletions src/systems/model_parsing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -885,3 +885,4 @@ function parse_conditional_model_statements(comps, dict, eqs, exprs, kwargs, mod
$equations_blk
end))
end

1 change: 1 addition & 0 deletions test/model_parsing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -569,3 +569,4 @@ end
@test Equation[ternary_true.ternary_parameter_true ~ 0] == equations(ternary_true)
@test Equation[ternary_false.ternary_parameter_false ~ 0] == equations(ternary_false)
end

0 comments on commit 3848711

Please sign in to comment.