Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 3, 2018
1 parent 40172a0 commit f1d0f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JuMP.jl
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ mutable struct Model <: AbstractModel
m.moibackend = backend
else
@assert mode != Direct
m.moibackend = MOIU.CachingOptimizer(MOIU.UniversalFallback(JuMPMOIModel{Float64}()), mode == Automatic ? MOIU.Automatic : MOIU.Manual)
m.moibackend = MOIU.CachingOptimizer(MOIU.UniversalFallback(JuMPMOIModel{Float64}()), mode == Automatic ? MOIU.Automatic : MOIU.Manual)
if optimizer !== nothing
MOIU.resetoptimizer!(m, optimizer)
end
Expand Down

0 comments on commit f1d0f0d

Please sign in to comment.