From 484cf2d451af1ab9111106d8f816d988d63bec2b Mon Sep 17 00:00:00 2001 From: Aaron Chen Date: Sun, 31 Mar 2024 21:44:59 +0800 Subject: [PATCH] trie/utils: gofmt --- trie/utils/verkle.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trie/utils/verkle.go b/trie/utils/verkle.go index 6c0d7eca24..52e41f5243 100644 --- a/trie/utils/verkle.go +++ b/trie/utils/verkle.go @@ -206,7 +206,7 @@ func CodeSizeKey(address []byte) []byte { func codeChunkIndex(chunk *uint256.Int) (*uint256.Int, byte) { var ( - chunkOffset = new(uint256.Int).Add(codeOffset, chunk) + chunkOffset = new(uint256.Int).Add(codeOffset, chunk) treeIndex, subIndexMod = new(uint256.Int).DivMod(chunkOffset, verkleNodeWidth, new(uint256.Int)) ) var subIndex byte