Skip to content

Commit 321836b

Browse files
committed
Run JuliaFormatter
1 parent 52de720 commit 321836b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/model_parsing.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,5 +1078,5 @@ end
10781078

10791079
@testset "Model can be defined even without `using MTK` (#3640)" begin
10801080
# Just test that it runs without error
1081-
@test NoUsingMTK.MyModel(; name=:foo) isa ModelingToolkit.AbstractSystem
1081+
@test NoUsingMTK.MyModel(; name = :foo) isa ModelingToolkit.AbstractSystem
10821082
end

0 commit comments

Comments
 (0)