mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-22 19:29:39 +00:00
cli/util: fix lint error introduced by 227c6a2ca
This commit is contained in:
parent
4bbe863904
commit
b0f0dc5352
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import (
|
|||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
// NewCommands returns util commands for neo-go CLI.
|
||||
func NewCommands() []cli.Command {
|
||||
return []cli.Command{
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue