Skip to content

Commit 90ace0c

Browse files
committed
use Nothing instead of nothing
1 parent 8300ab6 commit 90ace0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/PreallocationTools.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ end
1111
function FixedSizeDiffCache(u::AbstractArray{T}, siz,
1212
::Type{Val{chunk_size}}) where {T, chunk_size}
1313
x = ArrayInterface.restructure(u,
14-
zeros(ForwardDiff.Dual{nothing, T, chunk_size},
14+
zeros(ForwardDiff.Dual{Nothing, T, chunk_size},
1515
siz...))
1616
xany = Any[]
1717
FixedSizeDiffCache(deepcopy(u), x, xany)

0 commit comments

Comments
 (0)