Skip to content

Commit 0f33a21

Browse files
committed
🤖 Format .jl files
1 parent be7a681 commit 0f33a21

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/qpmodel.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,7 @@ function QuadraticModel(
128128
)
129129
end
130130

131-
QuadraticModel(c::S, H::AbstractMatrix; args...) where {S} =
132-
QuadraticModel(c, sparse(H); args...)
131+
QuadraticModel(c::S, H::AbstractMatrix; args...) where {S} = QuadraticModel(c, sparse(H); args...)
133132

134133
"""
135134
QuadraticModel(nlp, x)

test/runtests.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ end
5858
c,
5959
H,
6060
A = A,
61-
lcon = [-3.; -4.],
61+
lcon = [-3.0; -4.0],
6262
ucon = [-2.0; Inf],
6363
lvar = l,
6464
uvar = u,

0 commit comments

Comments
 (0)