Skip to content

Commit e73cb3e

Browse files
committed
🤖 Format .jl files
1 parent 3a35293 commit e73cb3e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/zygote.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ end
5555
test_autodiff_backend_error()
5656

5757
# Additional backends used for tests
58-
push!(ADNLPModels.predefined_backend,
58+
push!(
59+
ADNLPModels.predefined_backend,
5960
:zygote_backend => Dict(
6061
:gradient_backend => ADNLPModels.ZygoteADGradient,
6162
:jprod_backend => ADNLPModels.ZygoteADJprod,

0 commit comments

Comments
 (0)