Skip to content

Commit be6caff

Browse files
committed
Fix
1 parent 47d0b12 commit be6caff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DifferentiationInterface/src/utils/context.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,5 +145,5 @@ function with_contexts(f::F, contexts::Vararg{Context,N}) where {F,N}
145145
return FixTail(f, tail_args...)
146146
end
147147

148-
adapt_eltype(c::Constant, ::Type) where {T} = c
148+
adapt_eltype(c::Constant, ::Type) = c
149149
adapt_eltype(c::Cache, ::Type{T}) where {T} = Cache(similar(unwrap(c), T))

0 commit comments

Comments
 (0)