Skip to content

Commit c4ecb10

Browse files
committed
chore: separate dot imports
1 parent 5502d95 commit c4ecb10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

multichain_test.go

+3-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ import (
3030
"github.com/ethereum/go-ethereum/crypto"
3131
filaddress "github.com/filecoin-project/go-address"
3232
filtypes "github.com/filecoin-project/lotus/chain/types"
33-
. "github.com/onsi/ginkgo"
34-
. "github.com/onsi/gomega"
3533
"github.com/renproject/id"
3634
"github.com/renproject/multichain"
3735
"github.com/renproject/multichain/api/account"
@@ -51,6 +49,9 @@ import (
5149
"github.com/tyler-smith/go-bip39"
5250
"go.uber.org/zap"
5351
"go.uber.org/zap/zapcore"
52+
53+
. "github.com/onsi/ginkgo"
54+
. "github.com/onsi/gomega"
5455
)
5556

5657
var (

0 commit comments

Comments
 (0)