core/vm: goformat

This commit is contained in:
Martin Holst Swende 2024-03-26 20:32:12 +01:00
parent a5478cab07
commit 2c9aed576f
No known key found for this signature in database
GPG key ID: 683B438C05A5DDF0
2 changed files with 2 additions and 1 deletions

View file

@ -18,8 +18,8 @@ package vm
import (
"errors"
"fmt"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/math"
"github.com/ethereum/go-ethereum/params"

View file

@ -18,6 +18,7 @@ package vm
import (
"fmt"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/math"
"github.com/ethereum/go-ethereum/core/tracing"