Skip to content

Commit

Permalink
add a missing where G
Browse files Browse the repository at this point in the history
  • Loading branch information
tiemvanderdeure committed Oct 11, 2024
1 parent 30bf5e8 commit 6623679
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/methods/extract.jl
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ function _rowtype(x, g; geometry, index, skipmissing, names, kw...)
end
_rowtype(x, G; geometry, index, skipmissing, names)
end
function _rowtype(x, ::Type{G}; geometry, index, skipmissing, names, kw...)
function _rowtype(x, ::Type{G}; geometry, index, skipmissing, names, kw...) where G
keys = _rowkeys(geometry, index, names)
types = _rowtypes(x, G, geometry, index, skipmissing, names)
NamedTuple{keys,types}
Expand Down

0 comments on commit 6623679

Please sign in to comment.