Skip to content

Commit

Permalink
🤖 Format .jl files (#221)
Browse files Browse the repository at this point in the history
Co-authored-by: tmigot <[email protected]>
  • Loading branch information
github-actions[bot] and tmigot authored Apr 26, 2024
1 parent 2c6e0d4 commit 513371c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/nls.jl
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ ADNLSModel(
adbackend::ADModelBackend,
F,
c,
) where {T, S} =
ADNLSModel(meta, nls_meta, counters, adbackend, F, Int[], Int[], S(undef, 0), c)
) where {T, S} = ADNLSModel(meta, nls_meta, counters, adbackend, F, Int[], Int[], S(undef, 0), c)

ADNLPModels.show_header(io::IO, nls::ADNLSModel) = println(
io,
Expand Down

0 comments on commit 513371c

Please sign in to comment.