Skip to content

Commit

Permalink
Fix deepsource
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Jan 2, 2023
1 parent 6282efc commit 9bcebd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/network/block_announce.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func (*BlockAnnounceMessage) Type() byte {
return blockAnnounceMsgType
}

// string formats a BlockAnnounceMessage as a string
// String formats a BlockAnnounceMessage as a string
func (bm *BlockAnnounceMessage) String() string {
return fmt.Sprintf("BlockAnnounceMessage ParentHash=%s Number=%d StateRoot=%s ExtrinsicsRoot=%s Digest=%v",
bm.ParentHash,
Expand Down

0 comments on commit 9bcebd3

Please sign in to comment.