From bf83e7c6271d3ed8ca78762f9ce6b028bba562d5 Mon Sep 17 00:00:00 2001 From: Felix Lange Date: Wed, 30 Oct 2024 15:36:07 +0100 Subject: [PATCH] core/vm: gofmt --- core/vm/instructions_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/vm/instructions_test.go b/core/vm/instructions_test.go index bd99aaaf37..b8e62e1de5 100644 --- a/core/vm/instructions_test.go +++ b/core/vm/instructions_test.go @@ -928,7 +928,7 @@ func TestOpMCopy(t *testing.T) { } } -// TestPush sanity-checks how code with immediates are handled when the code size is +// TestPush sanity-checks how code with immediates are handled when the code size is // smaller than the size of the immediate. func TestPush(t *testing.T) { code := common.FromHex("0011223344556677889900aabbccddeeff0102030405060708090a0b0c0d0e0ff1e1d1c1b1a19181716151413121")