Skip to content

Commit cbd6c1d

Browse files
committed
Code formatting
1 parent 7cee864 commit cbd6c1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Solver.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ function pivot_solve!(T::Tableau, verbose::Bool=true)
2020
end # end while
2121

2222
if verbose
23-
val = Exact(T.M[end,end])
23+
val = Exact(T.M[end, end])
2424
println("Optimum value = $val")
2525
end
2626

0 commit comments

Comments
 (0)