Skip to content

Commit 14f4f7f

Browse files
committed
Update
1 parent af43f28 commit 14f4f7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Utilities/universalfallback.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ end
385385
function MOI.get(
386386
uf::UniversalFallback,
387387
attr::MOI.VariableBridgingCost{S},
388-
)::Float64 where {S<:<MOI.AbstractVectorSet}
388+
)::Float64 where {S<:MOI.AbstractVectorSet}
389389
if MOI.supports_added_constrained_variables(uf.model, S)
390390
return MOI.get(uf.model, attr)
391391
end

0 commit comments

Comments
 (0)