Skip to content

Commit e240a92

Browse files
committed
🤖 Format .jl files
1 parent 8e845cb commit e240a92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

test/nls/feasibility-residual.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@
9595

9696
@testset "Show" begin
9797
nls = FeasibilityResidual(SimpleNLSModel())
98-
@test typeof(nls.nlp) == SlackNLSModel{Float64, Vector{Float64}, SimpleNLSModel{Float64, Vector{Float64}}}
98+
@test typeof(nls.nlp) ==
99+
SlackNLSModel{Float64, Vector{Float64}, SimpleNLSModel{Float64, Vector{Float64}}}
99100
io = IOBuffer()
100101
show(io, nls)
101102
showed = String(take!(io))

0 commit comments

Comments
 (0)