Skip to content

Commit a212d5e

Browse files
amontoisonblegat
andcommitted
Update src/MOI_wrapper.jl
Co-authored-by: Benoît Legat <benoit.legat@gmail.com>
1 parent d04c8db commit a212d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MOI_wrapper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ end
7979
### `supports_constraint`
8080
###
8181

82-
MOI.supports_constraint(::Optimizer, ::Type{VI} , ::Type{<:ALS}) = true
82+
MOI.supports_constraint(::Optimizer, ::Type{VI}, ::Type{<:ALS}) = true
8383
MOI.supports_constraint(::Optimizer, ::Type{SAF}, ::Type{<:ALS}) = true
8484
MOI.supports_constraint(::Optimizer, ::Type{VAF}, ::Type{<:VLS}) = true
8585
MOI.supports_constraint(::Optimizer, ::Type{SQF}, ::Type{<:ALS}) = true

0 commit comments

Comments
 (0)