Skip to content

Commit b087436

Browse files
committed
Fix char
1 parent c00b68b commit b087436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_utilities.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ function test_show()
171171
└─ real variable ($(Convex.show_id(x)))
172172
subject to
173173
├─ ≥ constraint (affine)
174-
| └─ + (affine; real)
174+
└─ + (affine; real)
175175
│ ├─ real variable ($(Convex.show_id(x)))
176176
│ └─ $(reshape([-1], 1, 1))
177177
└─ ≤ constraint (affine)

0 commit comments

Comments
 (0)