Skip to content

Commit ed86553

Browse files
format
1 parent eec03a7 commit ed86553

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/LabelledArrays.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ end
6565
ArrayInterfaceCore.can_setindex(::Type{<:SLArray}) = false
6666

6767
function PreallocationTools.get_tmp(dc::PreallocationTools.DiffCache,
68-
u::LArray{T, N, D, Syms}) where {T <: ForwardDiff.Dual, N, D, Syms}
68+
u::LArray{T, N, D, Syms}) where {T <: ForwardDiff.Dual,
69+
N, D, Syms}
6970
nelem = div(sizeof(T), sizeof(eltype(dc.dual_du))) * length(dc.du)
7071
if nelem > length(dc.dual_du)
7172
PreallocationTools.enlargedualcache!(dc, nelem)

0 commit comments

Comments
 (0)