Skip to content

Commit

Permalink
lint code
Browse files Browse the repository at this point in the history
  • Loading branch information
giskook committed Sep 26, 2024
1 parent 69d42c2 commit 042416b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions pool/pool_xlayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@ import (
"sync"
"time"

"github.com/ethereum/go-ethereum/common"

"github.com/0xPolygonHermez/zkevm-node/hex"
"github.com/0xPolygonHermez/zkevm-node/log"
"github.com/ethereum/go-ethereum/common"
)

const (
Expand Down
3 changes: 1 addition & 2 deletions sequencer/sequencer_xlayer.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ import (
"math/big"
"time"

"github.com/ethereum/go-ethereum/common"

"github.com/0xPolygonHermez/zkevm-node/log"
"github.com/0xPolygonHermez/zkevm-node/pool"
pmetric "github.com/0xPolygonHermez/zkevm-node/sequencer/metrics"
"github.com/0xPolygonHermez/zkevm-node/state"
"github.com/ethereum/go-ethereum/common"
)

var countinterval = 10
Expand Down

0 comments on commit 042416b

Please sign in to comment.