Cosmetics
This commit is contained in:
parent
01884fd45f
commit
0188cd49fe
3 changed files with 33 additions and 31 deletions
|
@ -133,5 +133,5 @@ suite "Stack":
|
|||
test "Next":
|
||||
var empty = NewStack()
|
||||
check empty[].Next() == nil
|
||||
var some = NewStack(next=empty)
|
||||
var some = NewStack(next = empty)
|
||||
check some[].Next() == empty
|
||||
|
|
Reference in a new issue