Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwaters committed Jul 10, 2023
1 parent b1f695c commit 4223ec7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/block.go
Original file line number Diff line number Diff line change
Expand Up @@ -1056,7 +1056,7 @@ type Blob struct {

// Namespace returns the namespace of this blob encoded as a byte slice.
func (b Blob) Namespace() []byte {
return append([]byte{byte(b.NamespaceVersion)}, b.NamespaceID...)
return append([]byte{b.NamespaceVersion}, b.NamespaceID...)
}

// StringIndented returns an indented string representation of the transactions.
Expand Down

0 comments on commit 4223ec7

Please sign in to comment.