Skip to content

Commit 9fcbb3f

Browse files
committed
one more line wrapped
1 parent f059cae commit 9fcbb3f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/universalfallback.jl

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ struct UnknownOptimizerAttribute <: MOI.AbstractOptimizerAttribute end
4747

4848
# A few constraint types are supported to test both the fallback and the
4949
# delegation to the internal model
50-
@MOIU.model ModelForUniversalFallback () (MOI.LessThan,) () () (MOI.SingleVariable,) (MOI.ScalarAffineFunction,) () ()
50+
@MOIU.model(ModelForUniversalFallback,
51+
(),
52+
(MOI.LessThan,),
53+
(),
54+
(),
55+
(MOI.SingleVariable,),
56+
(MOI.ScalarAffineFunction,),
57+
(),
58+
())
5159

5260
@testset "UniversalFallback" begin
5361
model = ModelForUniversalFallback{Float64}()

0 commit comments

Comments
 (0)