Skip to content

Commit 809d513

Browse files
committed
Fix formatting
1 parent b0b916a commit 809d513

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Bridges/bridge_optimizer.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1438,7 +1438,7 @@ end
14381438

14391439
function MOI.add_constrained_variables(model::Model2714, set::MOI.Nonnegatives)
14401440
n = MOI.dimension(set)
1441-
x = MOI.VariableIndex(sum(model.dimensions).+(1:n))
1441+
x = MOI.VariableIndex(sum(model.dimensions) .+ (1:n))
14421442
push!(model.dimensions, n)
14431443
F, S = MOI.VectorOfVariables, MOI.Nonnegatives
14441444
return x, MOI.ConstraintIndex{F,S}(length(model.dimensions))

0 commit comments

Comments
 (0)