Skip to content

Commit

Permalink
tweak for format
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaozuo7 committed Nov 29, 2022
1 parent c6fc881 commit 35fd67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fmtutil/format.go
Expand Up @@ -12,7 +12,7 @@ import (
const (
OneKByte = 1024
OneMByte = 1024 * 1024
OneGByte = 1024 * 1024
OneGByte = 1024 * 1024 * 1024
)

// DataSize format bytes number friendly.
Expand Down

0 comments on commit 35fd67a

Please sign in to comment.