Skip to content

Commit

Permalink
cmd/evm: gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
holiman committed Aug 12, 2021
1 parent cb5fd1a commit 17cc201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/evm/internal/t8ntool/execution.go
Expand Up @@ -18,12 +18,12 @@ package t8ntool

import (
"fmt"
"github.com/ethereum/go-ethereum/consensus/ethash"
"math/big"
"os"

"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/common/math"
"github.com/ethereum/go-ethereum/consensus/ethash"
"github.com/ethereum/go-ethereum/consensus/misc"
"github.com/ethereum/go-ethereum/core"
"github.com/ethereum/go-ethereum/core/rawdb"
Expand Down

0 comments on commit 17cc201

Please sign in to comment.