satisfy linter

This commit is contained in:
2026-07-08 15:02:17 +02:00
parent 56e4b34ab9
commit 83307ac677
2 changed files with 2 additions and 1 deletions

View File

@@ -32,5 +32,6 @@ func Bytes(size int64) *ByteSize {
func ByteString(size int64) string { func ByteString(size int64) string {
b := ByteSize{size: uint64(size)} b := ByteSize{size: uint64(size)}
return b.String() return b.String()
} }