Skip to content

Commit 6d5f51e

Browse files
committedOct 30, 2024·
Fix
1 parent fe1fa97 commit 6d5f51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/Utilities/copy.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ end
753753
function MOI.supports_constraint(
754754
::BoundModel,
755755
::Type{MOI.VariableIndex},
756-
::MOI.LessThan{Float64},
756+
::Type{MOI.LessThan{Float64}},
757757
)
758758
return true
759759
end

0 commit comments

Comments
 (0)