Skip to content

Commit 128476e

Browse files
authored
Merge pull request #178 from control-toolbox/auto-juliaformatter-pr
[AUTO] JuliaFormatter.jl run
2 parents 6459825 + 827fc54 commit 128476e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/runtests.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ CTParser.prefix!(:CTModels); # code generated by @def is prefixed by CTModels (n
4545
include("solution_example_path_constraints.jl")
4646

4747
@testset verbose = true showtiming = true "CTModels tests" begin
48-
for name in (
49-
:plot,
50-
:export_import,
51-
)
48+
for name in (:plot, :export_import)
5249
@testset "$(name)" begin
5350
test_name = Symbol(:test_, name)
5451
println("testing: ", string(name))

0 commit comments

Comments
 (0)