Skip to content

Commit 23d590a

Browse files
committed
Update
1 parent ba209f2 commit 23d590a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sets.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2867,9 +2867,9 @@ function Base.show(io::IO, s::VectorNonlinearOracle{T}) where {T}
28672867
end
28682868

28692869
"""
2870-
LazyScalarSet(set::MOI.AbstractScalarSet) <: MOI.AbstractScalarSet
2870+
LazyScalarSet(set::AbstractScalarSet) <: AbstractScalarSet
28712871
"""
2872-
struct LazyScalarSet{S<:MOI.AbstractScalarSet} <: MOI.AbstractScalarSet
2872+
struct LazyScalarSet{S<:AbstractScalarSet} <: AbstractScalarSet
28732873
set::S
28742874
end
28752875

0 commit comments

Comments
 (0)