diff --git a/test/test_print.jl b/test/test_print.jl index b825578e3e3..761f5776e69 100644 --- a/test/test_print.jl +++ b/test/test_print.jl @@ -502,8 +502,7 @@ function test_extension_printing_scalaraffinefunction_constraints( @test sprint(show, "text/latex", linear_le) == "\$\$ x \\leq 1 \$\$" @test sprint(show, "text/latex", linear_ge) == "\$\$ x \\geq 1 \$\$" @test sprint(show, "text/latex", linear_eq) == "\$\$ x = 1 \$\$" - @test sprint(show, "text/latex", linear_range) == - "\$\$ x \\in [-1, 1] \$\$" + @test sprint(show, "text/latex", linear_range) == "\$\$ x \\in [-1, 1] \$\$" @test sprint(show, "text/latex", linear_noname) == "\$\$ x \\leq 1 \$\$" return end