Skip to content

Commit 933dd4f

Browse files
Remove unused $.
1 parent 20f85c3 commit 933dd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libp2p/protocols/pubsub/rpc/messages.nim

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func shortLog*(msg: Message): auto =
113113
fromPeer: msg.fromPeer.shortLog,
114114
data: msg.data.shortLog,
115115
seqno: msg.seqno.shortLog,
116-
topicId: $msg.topicId,
116+
topicId: msg.topicId,
117117
signature: msg.signature.shortLog,
118118
key: msg.key.shortLog
119119
)

0 commit comments

Comments
 (0)