Skip to content

Commit 35f399e

Browse files
committed
Fix format
1 parent 9c115e2 commit 35f399e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/moi_wrapper.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function diff_optimizer(
4949
MOI.Utilities.CachingOptimizer(
5050
MOI.Utilities.UniversalFallback(
5151
MOI.Utilities.Model{
52-
something(with_bridge_type, with_cache_type)
52+
something(with_bridge_type, with_cache_type),
5353
}(),
5454
),
5555
add_poi ? POI.Optimizer(optimizer) : optimizer,

0 commit comments

Comments
 (0)