Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Jan 31, 2024
1 parent 4ea1f0a commit 1f47598
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyformat/prefix_formatter.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func (f *FastPrefixFormatter) KeyInt64(bz int64) []byte {
func (f *FastPrefixFormatter) Prefix() []byte {
return f.prefixSlice
}

func (f *FastPrefixFormatter) Length() int {
return 1 + f.length
}

0 comments on commit 1f47598

Please sign in to comment.