Skip to content

Commit 5bcabc2

Browse files
committedJun 20, 2024·
Update
1 parent ed11d1d commit 5bcabc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/Bridges/set_map.jl

+1-2
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,9 @@ The method can alternatively be defined on the bridge type. This legacy
4141
interface is kept for backward compatibility.
4242
"""
4343
function inverse_map_set(bridge::AbstractBridge, set)
44-
return map_function(typeof(bridge), set)
44+
return inverse_map_set(typeof(bridge), set)
4545
end
4646

47-
4847
"""
4948
map_function(bridge::MOI.Bridges.AbstractBridge, func)
5049
map_function(::Type{BT}, func) where {BT}

0 commit comments

Comments
 (0)
Please sign in to comment.