Archived
1
0
Fork 0

Cosmetics

This commit is contained in:
Julien Dessaux 2021-10-04 23:46:32 +02:00
parent c9b3a999bd
commit 7c24db334e
3 changed files with 3 additions and 3 deletions

View file

@ -60,7 +60,7 @@ suite "StackStack":
check empty[].Pop() == 0
test "End":
var empty = NewStackStack()
var v: tuple[x,y: int] = (0, 0)
var v: tuple[x, y: int] = (0, 0)
empty[].Push(1)
check empty[].End(v) == true
check empty.height == 1