Skip to content

Commit 9bd6ee5

Browse files
authored
Missing comma
1 parent 3f918fc commit 9bd6ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Utilities/distance_to_set.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ function test_positivesemidefiniteconetriangle()
325325
MOI.PositiveSemidefiniteConeTriangle(2),
326326
[1.0, 0.0, 1.0] => 0.0,
327327
[1.0, -1.0, 1.0] => 0.0,
328-
[1.0, -2.0, 1.0] => 1.0
328+
[1.0, -2.0, 1.0] => 1.0,
329329
[1.0, 1.1, -2.3] => 2.6330532015051946;
330330
mismatch = [1.0],
331331
)

0 commit comments

Comments
 (0)