Skip to content

Commit 2e32fb1

Browse files
committed
style: lint
1 parent 7598226 commit 2e32fb1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

messaging/common/message_sender.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import (
1515
"github.com/status-im/mvds/state"
1616
"go.uber.org/zap"
1717

18+
sds "github.com/waku-org/sds-go-bindings/sds"
19+
1820
"github.com/ethereum/go-ethereum/common/hexutil"
1921
utils "github.com/status-im/status-go/common"
2022
"github.com/status-im/status-go/crypto"
@@ -32,7 +34,6 @@ import (
3234
"github.com/status-im/status-go/protocol/common"
3335
"github.com/status-im/status-go/protocol/protobuf"
3436
v1protocol "github.com/status-im/status-go/protocol/v1"
35-
sds "github.com/waku-org/sds-go-bindings/sds"
3637
)
3738

3839
// Whisper message properties.

0 commit comments

Comments
 (0)