From 35fd67acc66d8a85183b794c3b642ba6ccbde47e Mon Sep 17 00:00:00 2001 From: chenpeng <49382984+xiaozuo7@users.noreply.github.com> Date: Tue, 29 Nov 2022 17:57:52 +0800 Subject: [PATCH] tweak for format --- fmtutil/format.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fmtutil/format.go b/fmtutil/format.go index a403d40ce..8f5331777 100644 --- a/fmtutil/format.go +++ b/fmtutil/format.go @@ -12,7 +12,7 @@ import ( const ( OneKByte = 1024 OneMByte = 1024 * 1024 - OneGByte = 1024 * 1024 + OneGByte = 1024 * 1024 * 1024 ) // DataSize format bytes number friendly.