mirror of
https://codeberg.org/scip/esctl.git
synced 2026-08-24 11:54:18 +02:00
satisfy linter
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user