Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gnawin committed Jan 19, 2024
1 parent 464da4b commit 1d680ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/structures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,5 @@ function Base.show(io::IO, ep::EnergyProblem)
println(io, " - Model created: ", !isnothing(ep.model))
println(io, " - Solved: ", ep.solved)
println(io, " - Termination status: ", ep.termination_status)
println(io, " - Objective_value: ", ep.objective_value)
println(io, " - Objective value: ", ep.objective_value)
end

0 comments on commit 1d680ca

Please sign in to comment.