Skip to content

Commit 9bcebd3

Browse files
committed
Fix deepsource
1 parent 6282efc commit 9bcebd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dot/network/block_announce.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ func (*BlockAnnounceMessage) Type() byte {
3636
return blockAnnounceMsgType
3737
}
3838

39-
// string formats a BlockAnnounceMessage as a string
39+
// String formats a BlockAnnounceMessage as a string
4040
func (bm *BlockAnnounceMessage) String() string {
4141
return fmt.Sprintf("BlockAnnounceMessage ParentHash=%s Number=%d StateRoot=%s ExtrinsicsRoot=%s Digest=%v",
4242
bm.ParentHash,

0 commit comments

Comments
 (0)