Skip to content

Commit f87c5e2

Browse files
committed
fixing import order
1 parent 33355b3 commit f87c5e2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

node/status_node_services.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ import (
2323
"github.com/ethereum/go-ethereum/p2p/enode"
2424
gethrpc "github.com/ethereum/go-ethereum/rpc"
2525

26+
bindings "github.com/waku-org/waku-go-bindings/waku/common"
27+
2628
"github.com/status-im/status-go/appmetrics"
2729
"github.com/status-im/status-go/common"
2830
gethbridge "github.com/status-im/status-go/eth-node/bridge/geth"
@@ -66,7 +68,6 @@ import (
6668
"github.com/status-im/status-go/timesource"
6769
wakuv1common "github.com/status-im/status-go/wakuv1/common"
6870
"github.com/status-im/status-go/wakuv2"
69-
bindings "github.com/waku-org/waku-go-bindings/waku/common"
7071
)
7172

7273
var (

protocol/waku_builder_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ import (
1414
"github.com/status-im/status-go/wakuv2"
1515
waku2 "github.com/status-im/status-go/wakuv2"
1616

17-
wakutypes "github.com/status-im/status-go/waku/types"
1817
"github.com/waku-org/waku-go-bindings/waku/common"
18+
19+
wakutypes "github.com/status-im/status-go/waku/types"
1920
)
2021

2122
type testWakuV2Config struct {

0 commit comments

Comments
 (0)