Skip to content

Commit d962448

Browse files
committed
Fix format
1 parent ef55699 commit d962448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/DominguezRios.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ function minimize_multiobjective!(algorithm::DominguezRios, model::Optimizer)
190190
solutions = SolutionPoint[]
191191
k = 0
192192
status = MOI.OPTIMAL
193-
B_prevs = Vector{Union{Nothing, _DominguezRiosBox}}(nothing, n)
193+
B_prevs = Vector{Union{Nothing,_DominguezRiosBox}}(nothing, n)
194194
iter = 0
195195
while any(!isempty(l) for l in L)
196196
iter += 1

0 commit comments

Comments
 (0)