mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-06-02 04:50:49 +00:00
Style fix.
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ import (
|
|||||||
"fmt"
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Convert bytes to human readable string
|
// HumanBytes converts bytes to human readable string
|
||||||
func HumanBytes(i int64) (result string) {
|
func HumanBytes(i int64) (result string) {
|
||||||
switch {
|
switch {
|
||||||
case i > (512 * 1024 * 1024 * 1024):
|
case i > (512 * 1024 * 1024 * 1024):
|
||||||
|
|||||||
Reference in New Issue
Block a user