Skip to content

Commit 73e101c

Browse files
authored
Update src/MOI_wrapper.jl
1 parent 2a0c049 commit 73e101c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/MOI_wrapper.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
export DualOptimizer, dual_optimizer
77

8-
function dual_optimizer(optimizer_constructor; coefficients_type::Type{T} = Float64) where {T <: Number}
8+
function dual_optimizer(
9+
optimizer_constructor;
10+
coefficients_type::Type{T} = Float64,
11+
) where {T<:Number}
912
return () -> DualOptimizer{T}(MOI.instantiate(optimizer_constructor))
1013
end
1114

0 commit comments

Comments
 (0)