Skip to content

Commit

Permalink
🤖 Format .jl files (#308)
Browse files Browse the repository at this point in the history
Co-authored-by: tmigot <[email protected]>
  • Loading branch information
github-actions[bot] and tmigot authored Jul 24, 2023
1 parent 62f3a42 commit 88354b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ADNLPProblems/hs231.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ function hs231(; n::Int = default_nvar, type::Val{T} = Val(Float64), kwargs...)
end
x0 = T[-1.2, 1]
A = T[
1 // 3 1;
-1 // 3 1
1//3 1
-1//3 1
]
lcon = T[-0.1; -0.1]
ucon = T[Inf; Inf]
Expand Down

2 comments on commit 88354b4

@tmigot
Copy link
Member

@tmigot tmigot commented on 88354b4 Jul 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: "Tag with name v0.7.2 already exists and points to a different commit"

Please sign in to comment.