mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
core/vm: remove newline
This commit is contained in:
parent
f057504658
commit
8c72226321
1 changed files with 0 additions and 1 deletions
|
|
@ -990,7 +990,6 @@ func TestOpCLZ(t *testing.T) {
|
||||||
|
|
||||||
for _, tc := range tests {
|
for _, tc := range tests {
|
||||||
t.Run(tc.name, func(t *testing.T) {
|
t.Run(tc.name, func(t *testing.T) {
|
||||||
|
|
||||||
// prepare a fresh stack and PC
|
// prepare a fresh stack and PC
|
||||||
stack := newstack()
|
stack := newstack()
|
||||||
pc := uint64(0)
|
pc := uint64(0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue