mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
cmd/evm: remove blank line
This commit is contained in:
parent
ad507dc74b
commit
ede7fbd3c4
1 changed files with 0 additions and 1 deletions
|
|
@ -197,7 +197,6 @@ func timedExec(bench bool, execFunc func() ([]byte, uint64, error)) ([]byte, exe
|
||||||
}
|
}
|
||||||
|
|
||||||
func runCmd(ctx *cli.Context) error {
|
func runCmd(ctx *cli.Context) error {
|
||||||
|
|
||||||
var (
|
var (
|
||||||
tracer *tracing.Hooks
|
tracer *tracing.Hooks
|
||||||
prestate *state.StateDB
|
prestate *state.StateDB
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue