core/vm: remove newline

This commit is contained in:
Felix Lange 2025-07-07 10:43:52 +02:00
parent f057504658
commit 8c72226321

View file

@ -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)