Cosmetics
This commit is contained in:
parent
c9b3a999bd
commit
7c24db334e
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Reference in a new issue