Skip to content

Commit 145ccfb

Browse files
committed
Fix format
1 parent 4991e2a commit 145ccfb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/Bridges/Bridges.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,11 @@ function runtests(
334334
catch err
335335
# For a Constraint bridge for which the map is not invertible, the constraint primal cannot
336336
# be inverted
337-
_runtests_error_handler(err, Bridge <: MOI.Bridges.Constraint.AbstractBridge && cannot_unbridge)
337+
_runtests_error_handler(
338+
err,
339+
Bridge <: MOI.Bridges.Constraint.AbstractBridge &&
340+
cannot_unbridge,
341+
)
338342
continue
339343
end
340344
Test.@test returned_start start

0 commit comments

Comments
 (0)