Skip to content

Commit 1ed7d79

Browse files
committed
format
1 parent ad1a9f2 commit 1ed7d79

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/MOI_wrapper.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -429,10 +429,7 @@ end
429429
function MOI.is_valid(
430430
model::Optimizer,
431431
c::MOI.ConstraintIndex{F,S},
432-
) where {
433-
F<:Union{MOI.VariableIndex,MOI.VectorOfVariables},
434-
S<:MOI.AbstractSet,
435-
}
432+
) where {F<:Union{MOI.VariableIndex,MOI.VectorOfVariables},S<:MOI.AbstractSet}
436433
return MOI.is_valid(model.optimizer, c)
437434
end
438435

0 commit comments

Comments
 (0)