From 50d544c17523d868b277635377a955980dbe4ad9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 12:53:17 +0200 Subject: [PATCH] :robot: Format .jl files (#270) Co-authored-by: d-monnet --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index ba032047..4d2ebe9e 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -44,7 +44,7 @@ end stats = eval(fun)(nlp) @test stats.status == :unbounded - @test stats.objective < -one(T)/eps(T) + @test stats.objective < -one(T) / eps(T) end end