Style fix.

This commit is contained in:
Andrey Smirnov
2014-03-24 18:23:34 +04:00
parent 3c32cd3884
commit 5bd5e0a827
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"fmt"
)
// Convert bytes to human readable string
// HumanBytes converts bytes to human readable string
func HumanBytes(i int64) (result string) {
switch {
case i > (512 * 1024 * 1024 * 1024):