cli/util: fix lint error introduced by 227c6a2ca

This commit is contained in:
Roman Khimov 2020-08-05 13:17:23 +03:00
parent 4bbe863904
commit b0f0dc5352

View file

@ -7,6 +7,7 @@ import (
"github.com/urfave/cli"
)
// NewCommands returns util commands for neo-go CLI.
func NewCommands() []cli.Command {
return []cli.Command{
{