Skip to content

Commit 529042d

Browse files
committed
Fix format
1 parent 2d728ad commit 529042d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/Bridges/Bridges.jl

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -336,11 +336,8 @@ function _test_dual(
336336
MOI.DualObjectiveValue(),
337337
model_eltype,
338338
)
339-
mock_dual = MOI.Utilities.get_fallback(
340-
mock,
341-
MOI.DualObjectiveValue(),
342-
model_eltype,
343-
)
339+
mock_dual =
340+
MOI.Utilities.get_fallback(mock, MOI.DualObjectiveValue(), model_eltype)
344341
# Need `atol` in case one of them is zero and the other one almost zero
345342
Test.@test model_dual mock_dual atol = 1e-6
346343
end

0 commit comments

Comments
 (0)