Skip to content

Commit

Permalink
fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonberg1997 committed Apr 28, 2024
1 parent 369d0c1 commit afea0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion miner/bidder.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package miner

import (
"context"
"errors"
"sync"
"time"

Expand All @@ -16,7 +17,6 @@ import (
"github.com/ethereum/go-ethereum/miner/validatorclient"
"github.com/ethereum/go-ethereum/rlp"
"github.com/ethereum/go-ethereum/rpc"
"errors"
)

const maxBid int64 = 3
Expand Down

0 comments on commit afea0e7

Please sign in to comment.