Skip to content

Commit

Permalink
🤖 Format .jl files (#270)
Browse files Browse the repository at this point in the history
Co-authored-by: d-monnet <[email protected]>
  • Loading branch information
github-actions[bot] and d-monnet authored Apr 10, 2024
1 parent cfffe18 commit 50d544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 50d544c

Please sign in to comment.