Skip to content

Commit 645833e

Browse files
committed
auto formatter done
1 parent 3848711 commit 645833e

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

docs/src/basics/MTKModel_Connector.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,3 @@ Using ternary operator or if-elseif-else statement, conditional initial guesses
407407
end
408408
end
409409
```
410-

src/systems/model_parsing.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,4 +885,3 @@ function parse_conditional_model_statements(comps, dict, eqs, exprs, kwargs, mod
885885
$equations_blk
886886
end))
887887
end
888-

test/model_parsing.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ end
326326
@test A.structure[:components] == [[:cc, :C]]
327327
end
328328

329-
@testset "Event handeling in MTKModel" begin
329+
@testset "Event handling in MTKModel" begin
330330
@mtkmodel M begin
331331
@variables begin
332332
x(t)
@@ -569,4 +569,3 @@ end
569569
@test Equation[ternary_true.ternary_parameter_true ~ 0] == equations(ternary_true)
570570
@test Equation[ternary_false.ternary_parameter_false ~ 0] == equations(ternary_false)
571571
end
572-

0 commit comments

Comments
 (0)