mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
cmd/evm: remove whitespace
This commit is contained in:
parent
0a9a80da6e
commit
50c9a2e0cb
1 changed files with 0 additions and 1 deletions
|
|
@ -142,7 +142,6 @@ func runCmd(ctx *cli.Context) error {
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
hexcode = []byte(codeFlag)
|
hexcode = []byte(codeFlag)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue