From d80a124a598eac3657fde7a914a6df5bc561d72e Mon Sep 17 00:00:00 2001 From: weiihann Date: Wed, 31 Dec 2025 13:47:35 +0800 Subject: [PATCH] lint --- core/state/state_object.go | 1 - 1 file changed, 1 deletion(-) diff --git a/core/state/state_object.go b/core/state/state_object.go index 9b35de8bb6..ecf165cc09 100644 --- a/core/state/state_object.go +++ b/core/state/state_object.go @@ -452,7 +452,6 @@ func (s *stateObject) commit(resolveCode bool) (*accountUpdate, *trienode.NodeSe exists: true, // the code exists before the update } } - } // Commit storage changes and the associated storage trie s.commitStorage(op)