core/txpool/locals: gofmt

This commit is contained in:
Felix Lange 2025-02-27 12:56:27 +01:00
parent cf03b97a68
commit 6b2ce743fa

View file

@ -18,6 +18,7 @@
package locals package locals
import ( import (
"slices"
"sync" "sync"
"time" "time"
@ -28,7 +29,6 @@ import (
"github.com/ethereum/go-ethereum/log" "github.com/ethereum/go-ethereum/log"
"github.com/ethereum/go-ethereum/metrics" "github.com/ethereum/go-ethereum/metrics"
"github.com/ethereum/go-ethereum/params" "github.com/ethereum/go-ethereum/params"
"slices"
) )
var ( var (