cmd/evm: remove whitespace

This commit is contained in:
Martin Holst Swende 2019-06-24 10:53:20 +02:00
parent 0a9a80da6e
commit 50c9a2e0cb
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -142,7 +142,6 @@ func runCmd(ctx *cli.Context) error {
os.Exit(1)
}
}
} else {
hexcode = []byte(codeFlag)
}