Skip to content

Commit f684a41

Browse files
committed
Update format
1 parent abba193 commit f684a41

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/Utilities/mockoptimizer.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,7 @@ function MockOptimizer(
137137
# Basis status
138138
Dict{MOI.ConstraintIndex,Dict{Int,MOI.BasisStatusCode}}(),
139139
Dict{MOI.VariableIndex,Dict{Int,MOI.BasisStatusCode}}(),
140-
Dict{
141-
MOI.AbstractConstraintAttribute,
142-
Dict{MOI.ConstraintIndex,Any},
143-
}(),
140+
Dict{MOI.AbstractConstraintAttribute,Dict{MOI.ConstraintIndex,Any}}(),
144141
)
145142
end
146143

src/attributes.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3331,7 +3331,7 @@ end
33313331
function get_fallback(
33323332
model::ModelLike,
33333333
attr::LagrangeMultipliers,
3334-
ci::ConstraintIndex
3334+
ci::ConstraintIndex,
33353335
)
33363336
return get(model, ConstraintDual(attr.result_index), ci)
33373337
end

0 commit comments

Comments
 (0)