Skip to content

Commit 6b2ce74

Browse files
committed
core/txpool/locals: gofmt
1 parent cf03b97 commit 6b2ce74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/txpool/locals/tx_tracker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
package locals
1919

2020
import (
21+
"slices"
2122
"sync"
2223
"time"
2324

@@ -28,7 +29,6 @@ import (
2829
"github.com/ethereum/go-ethereum/log"
2930
"github.com/ethereum/go-ethereum/metrics"
3031
"github.com/ethereum/go-ethereum/params"
31-
"slices"
3232
)
3333

3434
var (

0 commit comments

Comments
 (0)