Skip to content

Commit b6dc78b

Browse files
authored
Update src/Bridges/Constraint/map.jl
1 parent 9eb7ae2 commit b6dc78b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/Constraint/map.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,4 +356,4 @@ has_bridges(::EmptyMap) = false
356356

357357
number_of_type(::EmptyMap, ::Type{<:MOI.ConstraintIndex}) = 0
358358

359-
MOI.Utilities.final_touch(::MOI.ModelLike, ::EmptyMap) = nothing
359+
MOI.Utilities.final_touch(::EmptyMap, ::MOI.ModelLike) = nothing

0 commit comments

Comments
 (0)