cmd/evm/internal: lint nits

This commit is contained in:
Martin Holst Swende 2023-12-18 13:25:38 +01:00
parent dc79009925
commit a9cbeb7dd5
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0

View file

@ -124,7 +124,6 @@ func Transition(ctx *cli.Context) error {
} }
return &traceWriter{tracer, traceFile}, nil return &traceWriter{tracer, traceFile}, nil
} }
} }
// We need to load three things: alloc, env and transactions. May be either in // We need to load three things: alloc, env and transactions. May be either in
// stdin input or in files. // stdin input or in files.