diff --git a/nmt_test.go b/nmt_test.go index 7cc5375e..8b677d90 100644 --- a/nmt_test.go +++ b/nmt_test.go @@ -853,7 +853,6 @@ func exampleNMT(nidSize int, leavesNIDs ...byte) *NamespacedMerkleTree { } } return tree - } func swap(slice [][]byte, i int, j int) {