Skip to content

Commit 67480b7

Browse files
committed
Fix formatting
1 parent ea4c989 commit 67480b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Utilities/distance_to_set.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ function _reshape(x::AbstractVector, set::MOI.PositiveSemidefiniteConeTriangle)
501501
k = 1
502502
for i in 1:n
503503
for j in 1:i
504-
X[j,i] = X[i,j] = x[k]
504+
X[j, i] = X[i, j] = x[k]
505505
k += 1
506506
end
507507
end

0 commit comments

Comments
 (0)