Skip to content

Commit d5b9733

Browse files
authored
Update src/Bridges/Constraint/bridges/slack.jl
1 parent 0ab3542 commit d5b9733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Bridges/Constraint/bridges/slack.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ function MOI.get(
125125
model::MOI.ModelLike,
126126
a::Union{MOI.ConstraintDual,MOI.ConstraintDualStart},
127127
bridge::_AbstractSlackBridge{T},
128-
) whhere {T}
128+
) where {T}
129129
# The dual constraint on slack (since it is free) is
130130
# `-dual_slack_in_set + dual_equality = 0` so the two duals are
131131
# equal and we can return either one of them.

0 commit comments

Comments
 (0)