Skip to content

Commit e49363b

Browse files
committed
attempt to trick JET
1 parent 6c20b09 commit e49363b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/groupelements.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ with a second argument `ω` that specifies the associated 3-cocycle.
6767
"""
6868
const GroupElement = ElementTable()
6969

70-
function Base.show(io::IO, c::AbstractGroupElement)
70+
function Base.show(io::IO, c::AbstractGroupElement{G}) where {G}
7171
I = typeof(c)
7272
return if get(io, :typeinfo, nothing) !== I
7373
print(io, type_repr(I), "(")

0 commit comments

Comments
 (0)