Merge pull request #1269 from nspcc-dev/fix-cli-util-lint-error

cli/util: fix lint error introduced by 227c6a2ca
This commit is contained in:
Roman Khimov 2020-08-05 13:31:32 +03:00 committed by GitHub
commit f232d477af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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{
{