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

Commit bf22201

Browse files
committed
order import
1 parent 33ec603 commit bf22201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/sender/sender_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ package sender_test
22

33
import (
44
"context"
5-
"github.com/taikoxyz/taiko-client/internal/utils"
65
"math/big"
76
"os"
87
"runtime"
@@ -16,6 +15,7 @@ import (
1615
"golang.org/x/sync/errgroup"
1716

1817
"github.com/taikoxyz/taiko-client/internal/sender"
18+
"github.com/taikoxyz/taiko-client/internal/utils"
1919
"github.com/taikoxyz/taiko-client/pkg/rpc"
2020
)
2121

0 commit comments

Comments
 (0)