Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat(goimports): fix goimport order (#742)
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp authored Apr 22, 2024
1 parent 217887d commit d9b6c7c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions prover/event_handler/block_proposed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ import (
"context"
"time"

proofProducer "github.com/taikoxyz/taiko-client/prover/proof_producer"
state "github.com/taikoxyz/taiko-client/prover/shared_state"

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

"github.com/taikoxyz/taiko-client/bindings"
proofProducer "github.com/taikoxyz/taiko-client/prover/proof_producer"
state "github.com/taikoxyz/taiko-client/prover/shared_state"
)

func (s *EventHandlerTestSuite) TestBlockProposedHandle() {
Expand Down

0 comments on commit d9b6c7c

Please sign in to comment.