Skip to content

Commit

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

3 changes: 1 addition & 2 deletions test/model_parsing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ end
@test A.structure[:components] == [[:cc, :C]]
end

@testset "Event handeling in MTKModel" begin
@testset "Event handling in MTKModel" begin
@mtkmodel M begin
@variables begin
x(t)
Expand Down Expand Up @@ -569,4 +569,3 @@ 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 645833e

Please sign in to comment.