Skip to content

Commit 28c2137

Browse files
committed
ran the formatter
1 parent 829567a commit 28c2137

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/23_test_problems.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ end
103103
end
104104

105105
@testset "PseudoTransient 23 Test Problems" begin
106-
alg_ops = (PseudoTransient(;alpha_initial = 10.0),)
106+
alg_ops = (PseudoTransient(; alpha_initial = 10.0),)
107107

108108
broken_tests = Dict(alg => Int[] for alg in alg_ops)
109-
broken_tests[alg_ops[1]] = [1, 6,9,18,21,22]
109+
broken_tests[alg_ops[1]] = [1, 6, 9, 18, 21, 22]
110110

111111
test_on_library(problems, dicts, alg_ops, broken_tests)
112-
end
112+
end

0 commit comments

Comments
 (0)