Skip to content

Commit 63882c2

Browse files
committed
chore: goimports
1 parent a68baf0 commit 63882c2

File tree

1 file changed

+2
-2
lines changed
  • framework/components/blockchain

1 file changed

+2
-2
lines changed

framework/components/blockchain/ton.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ import (
1010
"time"
1111

1212
"github.com/docker/go-connections/nat"
13-
"github.com/smartcontractkit/chainlink-testing-framework/framework"
14-
1513
"github.com/testcontainers/testcontainers-go/modules/compose"
1614
"github.com/testcontainers/testcontainers-go/wait"
15+
16+
"github.com/smartcontractkit/chainlink-testing-framework/framework"
1717
)
1818

1919
const (

0 commit comments

Comments
 (0)