Skip to content

Commit

Permalink
fix: lint again
Browse files Browse the repository at this point in the history
  • Loading branch information
rootulp committed Feb 12, 2024
1 parent 4ca4c14 commit 5f4647e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nmt.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
var (
ErrInvalidRange = errors.New("invalid proof range")
ErrInvalidPushOrder = errors.New("pushed data has to be lexicographically ordered by namespace IDs")
noOp = func(_ []byte, children ...[]byte) {}
noOp = func(_ []byte, _ ...[]byte) {}
)

type NodeVisitorFn = func(hash []byte, children ...[]byte)
Expand Down

0 comments on commit 5f4647e

Please sign in to comment.