Skip to content

Commit

Permalink
format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
giskook committed Oct 13, 2024
1 parent b5a8ed1 commit b7341b4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ethtxmanager/ethtxmanager.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,12 @@ import (
"sync"
"time"

"github.com/0xPolygonHermez/zkevm-node/ethtxmanager/metrics"
"github.com/0xPolygonHermez/zkevm-node/log"
"github.com/ethereum/go-ethereum"
"github.com/ethereum/go-ethereum/common"
"github.com/ethereum/go-ethereum/core/types"
"github.com/jackc/pgx/v4"

"github.com/0xPolygonHermez/zkevm-node/ethtxmanager/metrics"
"github.com/0xPolygonHermez/zkevm-node/log"
)

const (
Expand Down

0 comments on commit b7341b4

Please sign in to comment.