Skip to content

Commit

Permalink
🤖 Format .jl files (#217)
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 Mar 1, 2024
1 parent a0c1978 commit 4fe997c
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/ad_api.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,20 @@ EmptyADbackend(args...; kwargs...) = EmptyADbackend()
function Base.show(
io::IO,
backend::ADModelBackend{GB, HvB, JvB, JtvB, JB, HB, GHJ, HvBLS, JvBLS, JtvBLS, JBLS, HBLS},
) where {GB, HvB, JvB, JtvB, JB, HB, GHJ, HvBLS <: EmptyADbackend, JvBLS <: EmptyADbackend, JtvBLS <: EmptyADbackend, JBLS <: EmptyADbackend, HBLS <: EmptyADbackend}
) where {
GB,
HvB,
JvB,
JtvB,
JB,
HB,
GHJ,
HvBLS <: EmptyADbackend,
JvBLS <: EmptyADbackend,
JtvBLS <: EmptyADbackend,
JBLS <: EmptyADbackend,
HBLS <: EmptyADbackend,
}
print(io, replace(replace(
"ADModelBackend{
$GB,
Expand Down

0 comments on commit 4fe997c

Please sign in to comment.