Skip to content

Commit 63a378e

Browse files
committed
Fix Adapt
1 parent 9c7c686 commit 63a378e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/ComradeBaseAdaptExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function Adapt.parent_type(::Type{<:IntensityMap{T, N, D, G, A}}) where {T, N, D
3636
return A
3737
end
3838

39-
function Adapt.parent_type(::Type{<:UnstructuredMap{T, D, G, A}}) where {T, D, G, A}
39+
function Adapt.parent_type(::Type{<:UnstructuredMap{T, A}}) where {T, A}
4040
return A
4141
end
4242

0 commit comments

Comments
 (0)