Skip to content

Commit ce3b824

Browse files
🤖 Format .jl files (#107)
Co-authored-by: tmigot <[email protected]>
1 parent 12131d9 commit ce3b824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/runtests.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ if CUDA.functional()
8484
end
8585
end
8686
end
87-
87+
8888
@everywhere function nls_gpu_tests(p)
8989
@testset "NLS tests of problem $p" begin
9090
nls_from_T = eval(Symbol(p))
@@ -96,7 +96,7 @@ if CUDA.functional()
9696
end
9797
end
9898
end
99-
99+
100100
pmap(nlp_gpu_tests, NLPModelsTest.nlp_problems)
101101
pmap(nls_gpu_tests, NLPModelsTest.nls_problems)
102102
end

0 commit comments

Comments
 (0)