Skip to content

Commit c2ecb7f

Browse files
committed
Fix format
1 parent c0d6303 commit c2ecb7f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/Utilities/test_cachingoptimizer.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,10 +1474,7 @@ function test_BridgingCost_NO_OPTIMIZER()
14741474
@test MOI.get(model, MOI.VariableBridgingCost{MOI.LessThan{Int}}()) == Inf
14751475
@test MOI.get(
14761476
model,
1477-
MOI.ConstraintBridgingCost{
1478-
MOI.VariableIndex,
1479-
MOI.LessThan{Float64},
1480-
}(),
1477+
MOI.ConstraintBridgingCost{MOI.VariableIndex,MOI.LessThan{Float64}}(),
14811478
) == 0.0
14821479
@test MOI.get(
14831480
model,

0 commit comments

Comments
 (0)